Skip to content

Commit

Permalink
Fix windows python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeEngineer committed Dec 22, 2022
1 parent f902494 commit c576a16
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ jobs:
libxcb-keysyms1 libxcb-randr0 libxcb-render-util0
libxcb-xinerama0 libxcb-xfixes0 x11-utils
# Building OpenSSL requires a perl interpreter.
# The default one does not provide windows-style filesystem
# paths so we have to switch to Strawberry.
- name: Use strawberry perl
if: startsWith(matrix.os, 'windows')
shell: bash
run: echo OPENSSL_SRC_PERL=C:/Strawberry/perl/bin/perl >> $GITHUB_ENV

- name: (🍎 macOS) Install macfuse
if: >-
steps.python-changes.outputs.run == 'true'
Expand Down Expand Up @@ -286,7 +294,7 @@ jobs:
steps.python-changes.outputs.run == 'true'
&& startsWith(matrix.os, 'macos-') != true
run: poetry run pytest ${{ env.pytest-base-args }} tests --runmountpoint --runslow --rungui -m gui
timeout-minutes: 10
timeout-minutes: 20

- name: (🐧 Linux) PostgreSQL tests
if: >-
Expand Down

0 comments on commit c576a16

Please sign in to comment.