Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
downgrade pythons setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxiedev committed Oct 11, 2020
1 parent 3ef457a commit dd8f731
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
python-version: 3.8

- name: install python virtualenv
run: pip install virtualenv
run: |
pip install virtualenv
python3 -m pip install "setuptools<45.3.0"
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit dd8f731

Please sign in to comment.