Skip to content

Commit

Permalink
Remove libpq install
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 21, 2023
1 parent 21be30c commit acb9c29
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Foundry (anvil)
uses: foundry-rs/foundry-toolchain@v1
- name: Install apt dependencies
if: env.SELF_HOSTED_RUNNERS
run: |
sudo apt-get update
sudo apt-get install libpq-dev # Required for Postgres in ./watch.
- name: Run tests in release
run: WATCH_HOST=host.docker.internal make test-release
release-tests-windows:
Expand Down Expand Up @@ -157,11 +152,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Foundry (anvil)
uses: foundry-rs/foundry-toolchain@v1
- name: Install apt dependencies
if: env.SELF_HOSTED_RUNNERS
run: |
sudo apt-get update
sudo apt-get install libpq-dev # Required for Postgres in ./watch.
- name: Run tests in debug
run: WATCH_HOST=host.docker.internal make test-debug
state-transition-vectors-ubuntu:
Expand Down

0 comments on commit acb9c29

Please sign in to comment.