Skip to content

Commit

Permalink
Fixed CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 12, 2024
1 parent 54e59aa commit 74018f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: cp .env.example .env
- name: Test software
# https://stackoverflow.com/questions/9678408/cant-install-psycopg2-with-pip-in-virtualenv-on-mac-os-x-10-7
run: LDFLAGS=`echo $(pg_config --ldflags)` hatch run ci:test
run: LDFLAGS=`echo $(pg_config --ldflags)` hatch run ci:test +py=3.10

# Test (Windows)

Expand All @@ -74,7 +74,7 @@ jobs:
- name: Prepare variables
run: cp .env.example .env
- name: Test software
run: hatch run ci:test
run: hatch run ci:test +py=3.10

# Deploy

Expand Down

0 comments on commit 74018f0

Please sign in to comment.