Skip to content

Commit

Permalink
show
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 5, 2024
1 parent 049224f commit 4e8a138
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install requirements (2.9)
run: pip install --ignore-installed packaging>=21.3
run: |
pip install --ignore-installed packaging>=21.3
pip show packaging
if: ${{ matrix.ckan-version == '2.9' }}
- name: Install requirements
run: |
Expand Down

0 comments on commit 4e8a138

Please sign in to comment.