We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411bcc4 commit 5e632e0Copy full SHA for 5e632e0
.github/workflows/code-check.yml
@@ -15,6 +15,8 @@ jobs:
15
- name: Run pre-commit
16
run: pre-commit run --all-files
17
- name: Install dependencies
18
- run: poetry install
+ run: poetry config virtualenvs.create false && poetry install
19
- name: Run tests
20
+ env:
21
+ MY_ENV_VAR: ${{ secrets.CODEBOX_API_KEY }}
22
run: pytest
0 commit comments