Skip to content

Commit

Permalink
Fixes a setuptool version incompatible issue. (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Feb 1, 2022
1 parent cdde304 commit 25f5953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Create a virtual environment
run: git submodule init && git submodule update && python3 -m venv ./venv && . venv/bin/activate

- run: pip install --upgrade setuptools
- run: pip install -r requirements.txt
- run: pip install -e .
- run: py.test
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ six==1.16.0
toml==0.10.2
tox==3.23.1
virtualenv==20.4.7
setuptools==60.5.0

0 comments on commit 25f5953

Please sign in to comment.