Skip to content

Commit

Permalink
Pin setuptools==44.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Oct 29, 2024
1 parent a664cb2 commit f57d75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install CURL
run: apt install curl -y
- name: Install requirements
run: |
pip install setuptools==44.1.0
pip install -r dev-requirements.txt
pip install -e .
# Replace default path to CKAN core config file with the one on the container
Expand Down

0 comments on commit f57d75e

Please sign in to comment.