Skip to content

Commit

Permalink
[QOLDEV-983] pin setuptools version when on CKAN 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Oct 29, 2024
1 parent 1ee5f4f commit 4f91bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- if: ${{ matrix.ckan-version == 2.9 }}
run: pip install "setuptools>=44.1.0,<71"
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 4f91bfb

Please sign in to comment.