We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea359 commit 5661a71Copy full SHA for 5661a71
1 file changed
.github/workflows/linux.yml
@@ -23,5 +23,7 @@ jobs:
23
24
# script:
25
- run: cp sample.env .env
26
+ - run: pip --version
27
+ - run: pip install -r requirements.txt
28
- run: bin/test
29
0 commit comments