Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! github actions: migrate from travis
  • Loading branch information
em92 committed Dec 16, 2023
1 parent 36a6692 commit 7c46eb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- name: Upgrade setuptools for Python 3.12
if: matrix.python-version == '3.12'
run: |
python3 -m pip uninstall setuptools
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
python3 get-pip.py --force-reinstall
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Install development requirements
Expand Down

0 comments on commit 7c46eb0

Please sign in to comment.