Skip to content

Commit

Permalink
test(ci): fix boolean operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Apr 20, 2024
1 parent d55daa5 commit ae8bbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Install python db libraries
run: |
pip install mysqlclient
[ "$PYTHON_VERSION" != "3.13" ] || pip install psycopg2
[ "$PYTHON_VERSION" != "3.13" ] && pip install psycopg2
- name: Install auxiliary packages
run: |
Expand Down

0 comments on commit ae8bbc6

Please sign in to comment.