Skip to content

Commit

Permalink
Install poetry before building fable-library
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Oct 31, 2023
1 parent 56f91e6 commit 4affa18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Fable Library - Python (linux)
if: matrix.platform == 'ubuntu-latest'
run: ./build.sh fable-library --python
Expand All @@ -117,11 +122,6 @@ jobs:
if: matrix.platform == 'windows-latest'
run: .\build.bat fable-library --python

- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Fable Tests - Python (linux)
if: matrix.platform == 'ubuntu-latest'
run: ./build.sh test python --skip-fable-library
Expand Down

0 comments on commit 4affa18

Please sign in to comment.