Skip to content

Commit

Permalink
Fix sqlite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 31, 2024
1 parent 5f3a21a commit 179d2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Run test suite
env:
AIIDA_WARN_v3: 0
run: pytest -m 'not requires_pgsql' --cov aiida
run: pytest -m 'not requires_psql' --cov aiida

- name: Upload coverage report
if: github.repository == 'aiidateam/aiida-core'
Expand Down

0 comments on commit 179d2c5

Please sign in to comment.