We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b367b commit fa1ff82Copy full SHA for fa1ff82
1 file changed
.github/workflows/test.yml
@@ -17,5 +17,6 @@ jobs:
17
direnv allow .
18
direnv export bash >> "$GITHUB_ENV"
19
- run: |
20
+ env
21
pip install -r requirements/test.txt
22
tox
0 commit comments