Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Aug 15, 2024
1 parent 842d3ee commit 787e8bd
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 @@ -95,7 +95,9 @@ jobs:
if: ${{ matrix.python-version == '3.12' }}
shell: bash
working-directory: PyOP2
run: python setup.py install
run: |
python -m pip install -U setuptools
python setup.py install
- name: Run linting
shell: bash
Expand Down

0 comments on commit 787e8bd

Please sign in to comment.