Skip to content

Commit 74cca8e

Browse files
committed
Windows 🤦🤦‍♀️
1 parent e04b4f7 commit 74cca8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Validating manifest
51+
if: ${{ matrix.os == 'ubuntu-latest' }}
5152
run: bash -c 'missing=false; for file in $(cat deploy_to_fornax_manifest.in); do if [ ! -f $file ]; then echo "Inconsistent" $file; missing=true; fi; done; if $missing; then exit 1; fi'
5253

5354
- name: Install dependencies

0 commit comments

Comments
 (0)