Skip to content

Commit

Permalink
remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 8, 2023
1 parent e0e14d3 commit f4a3cc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:

- name: Install python dependencies
run: |
# Apparently the pre-installed version of pip on Python 3.9 runner has something broken.
# This can be removed later-on if removing it doesn't fail tests.
python -m pip install pip==21.3.1
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
python -m pip install -r python/requirements.txt
Expand Down

0 comments on commit f4a3cc0

Please sign in to comment.