Skip to content

Commit

Permalink
Fix pass_env values cannot contain whitespace error in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Jan 17, 2023
1 parent b238e2c commit 65abeaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -54,5 +54,3 @@ jobs:

- name: Tox tests
run: tox -e ${{ matrix.toxenv }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@ envlist = py37, py38, py39, pylama

[testenv]
usedevelop = true
passenv = GITHUB_* CI
passenv = GITHUB_*,CI
deps = -rrequirements/tests.txt
commands =
pytest --verbose --cov {posargs}
Expand Down

0 comments on commit 65abeaf

Please sign in to comment.