Skip to content

Commit

Permalink
Try fixing CI for Python on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 25, 2023
1 parent 145297f commit 36525c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,14 @@ jobs:
pip install poetry
poetry install
- name: Fable Tests - Python
#
- name: Fable Tests - Python (linux)
if: matrix.platform == 'ubuntu-latest'
run: ./build.sh test python --skip-fable-library

- name: Fable Tests - Python (Windows)
if: matrix.platform == 'windows-latest'
run: .\build.bat test python --skip-fable-library

# Separate build job for Rust (will run in parallel)
build-rust:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36525c6

Please sign in to comment.