We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c0496 commit 2efc8e9Copy full SHA for 2efc8e9
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/5d937e938f7b882a3a3e7941e68f8312d0898aaf2082e00003dd362b1ba70b98b0a08706a1be28e71652a6a0f1e66f89768b5eaa20e5a100592d5b3deefec3f0/download | tar zxf - -C ~/
136
- name: Run tests
137
- shel: bash
+ shell: bash
138
139
export PATH=~/castxml/bin:$PATH
140
pytest tests
0 commit comments