Skip to content

Commit

Permalink
Merge pull request #2155 from alejoe91/fix-check-your-install-env-test
Browse files Browse the repository at this point in the history
Fix installation-tips test CI
  • Loading branch information
samuelgarcia authored Nov 2, 2023
2 parents ba73609 + 22dc606 commit 9b22340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-tips-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: python ./installation_tips/check_your_install.py --ci # ci flag turns off gui
- name: Windows cleanup
if: ${{ matrix.label == 'windows' }}
run: python .installation_tips/cleanup_for_windows.py
run: python ./installation_tips/cleanup_for_windows.py

0 comments on commit 9b22340

Please sign in to comment.