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! fixup! github actions: migrate from travis
  • Loading branch information
em92 committed Dec 16, 2023
1 parent 7c46eb0 commit 2444a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: matrix.python-version == '3.12'
run: |
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py --force-reinstall
python3 get-pip.py "setuptools > 69.0"
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Install development requirements
Expand Down

0 comments on commit 2444a6a

Please sign in to comment.