Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Dec 17, 2024
1 parent 1184533 commit eb8ab32
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
other_os_tests:
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [windows-latest]
# os: [macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
continue-on-error: true
Expand All @@ -85,13 +86,19 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
- name: Add PostgreSQL to PATH
run: |
echo "$PGBIN" >> "$GITHUB_PATH"
pg_config --version
echo "$PGROOT/lib" >> "$PQ_LIB_DIR"
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: 'true' # default false
windows-graphviz-version: '2.49.3'

- name: register plugins for graphviz
- name: Register plugins for Graphviz
if: ${{ runner.os == 'Windows' }}
run: |
dot -V
Expand Down

0 comments on commit eb8ab32

Please sign in to comment.