Skip to content

Commit

Permalink
Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 5, 2024
1 parent 1827483 commit 96e8bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install requirements (2.9)
run: pip install --ignore-installed packaging>=21.3
if: ${{ matrix.ckan-version == "2.9" }}
if: ${{ matrix.ckan-version == '2.9' }}
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 96e8bf1

Please sign in to comment.