Skip to content

Commit

Permalink
Upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollazo committed Dec 1, 2023
1 parent a845ba5 commit b71f6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip setuptools wheel
pip install -e catanatron_core
pip install -e catanatron_gym
pip install -e catanatron_server
Expand All @@ -55,7 +55,7 @@ jobs:
cache: "pip" # caching pip dependencies
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip setuptools wheel
pip install -r all-requirements.txt
- name: Test
run: |
Expand Down

0 comments on commit b71f6f8

Please sign in to comment.