Skip to content

Commit

Permalink
Upgrade python dependency toolchain in CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWorrall committed May 21, 2023
1 parent 6e8be89 commit f9c503e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get install -y python2.7 python3.6 python3.7
sudo pip install autopep8
sudo pip install --upgrade pip wheel setuptools
- name: Run Python tests
run: |
bin/before-install
Expand Down

0 comments on commit f9c503e

Please sign in to comment.