Skip to content

Commit

Permalink
test: sudo make me a sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
therightstuff committed Oct 5, 2023
1 parent 7dfc748 commit 11da662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
architecture: x64
- run: |
# install dependencies for (some) psycopg2 builds
apt install python3-dev libpq-dev
sudo apt install -y python3-dev libpq-dev
- run: pip3 install -r requirements.txt
- run: python3 -m nox -e "${{ matrix.integration-test-family }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: |
# install dependencies for (some) psycopg2 builds
apt install python3-dev libpq-dev
sudo apt install -y python3-dev libpq-dev
- run: pip3 install -r requirements.txt
- run: python3 -m nox
continue-on-error: true
Expand Down

0 comments on commit 11da662

Please sign in to comment.