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 a9a9891 commit 88bdb04Copy full SHA for 88bdb04
.github/workflows/tests.yml
@@ -193,8 +193,10 @@ jobs:
193
wget -q -O ~/castxml-windows-2025-arm64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-arm64.zip
194
unzip -q ~/castxml-windows-2025-arm64.zip -d ~/
195
196
+ - name: Add CastXML to PATH
197
+ run: echo "$HOME/castxml/bin" >> $GITHUB_PATH
198
+
199
- name: Run tests
200
shell: bash
201
run: |
- export PATH=~/castxml/bin:$PATH
202
pytest tests
0 commit comments