Skip to content

Commit

Permalink
Fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 28, 2022
1 parent 24a2a88 commit ed225fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip coveralls tox
- name: Pick environment to run
shell: python
run: |
import codecs; import os; import sys
env = f"TOXENV=py3{sys.version_info[1]}\n"
print("Picked:\n{env}for{sys.version}")
with codecs.open(os.environ["GITHUB_ENV"], "a", "utf-8") as file_handler:
file_handler.write(env)
- name: Run tests
run: tox
env:
Expand Down

0 comments on commit ed225fe

Please sign in to comment.