Skip to content

Commit

Permalink
Nightly test is failing (#621)
Browse files Browse the repository at this point in the history
* Nightly test is failing 

Looks the path is wrong? 🤔

* Skip imports
  • Loading branch information
psakievich authored Jan 13, 2025
1 parent 45134f6 commit 05bf613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install extension
run: spack config add config:extensions:[${GITHUB_WORKSPACE}]
- name: Spack Style
run: spack style ${GITHUB_WORKSPACE}/manager ${GITHUB_WORKSPACE}/tests
run: spack style -s import manager tests
quick-commands:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 05bf613

Please sign in to comment.