Skip to content

Commit

Permalink
Merge pull request #3569 from fable-compiler/fix_ci_for_python_on_win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
MangelMaxime authored Oct 25, 2023
2 parents 145297f + 36525c6 commit 4f1b4cd
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 4f1b4cd

Please sign in to comment.