Skip to content

Commit

Permalink
chore: fix windows tests (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored Mar 27, 2024
1 parent cb3af6e commit 95235e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-subprocess-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main

jobs:
pr-validation:
name: test-${{ matrix.os }}-py-${{ matrix.python }}
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:

- name: Install package
run: |
pip install --upgrade -e substrafl[dev]
pip install --upgrade -e "substrafl[dev]"
pip install --upgrade -e substra
pip install --upgrade -e substratools
Expand Down

0 comments on commit 95235e5

Please sign in to comment.