File: ci-install.sh

package info (click to toggle)
python-llfuse 1.4.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,152 kB
  • sloc: python: 1,976; ansic: 487; sh: 35; makefile: 19
file content (6 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh

set -e

pip install pytest pytest-catchlog cython sphinx
cython --version