Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 9, 2024
1 parent 01e3cb4 commit 4145808
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 @@ -63,7 +63,7 @@ jobs:
pip install -r requirements-psycopg${{ matrix.psycopg-version }}.txt
- name: Install pirogue
run: python -m pip install -e[psycopg${{ matrix.psycopg-version }}] .
run: python -m pip install -e .[psycopg${{ matrix.psycopg-version }}]

- name: Setup tests
run: |
Expand Down

0 comments on commit 4145808

Please sign in to comment.