Skip to content

Commit 5e632e0

Browse files
committed
🛠️ fix auto code-check
1 parent 411bcc4 commit 5e632e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Run pre-commit
1616
run: pre-commit run --all-files
1717
- name: Install dependencies
18-
run: poetry install
18+
run: poetry config virtualenvs.create false && poetry install
1919
- name: Run tests
20+
env:
21+
MY_ENV_VAR: ${{ secrets.CODEBOX_API_KEY }}
2022
run: pytest

0 commit comments

Comments
 (0)