Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 4, 2024
1 parent 6e36bab commit 79c8206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ jobs:
pip install hatch
- name: Install PostgreSQL (Ubuntu)
if: runner.os == 'Linux'
run: |
sudo apt-get -yqq install postgresql
run: sudo apt-get -yqq install postgresql
- name: Run tests with PostgreSQL
if: runner.os == 'Linux'
run: hatch run test:tests --run-postgres
Expand Down

0 comments on commit 79c8206

Please sign in to comment.