Skip to content

Commit 88bdb04

Browse files
authored
Update tests.yml
1 parent a9a9891 commit 88bdb04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,10 @@ jobs:
193193
wget -q -O ~/castxml-windows-2025-arm64.zip https://github.com/CastXML/CastXMLSuperbuild/releases/download/v0.6.11/castxml-windows-2025-arm64.zip
194194
unzip -q ~/castxml-windows-2025-arm64.zip -d ~/
195195
196+
- name: Add CastXML to PATH
197+
run: echo "$HOME/castxml/bin" >> $GITHUB_PATH
198+
196199
- name: Run tests
197200
shell: bash
198201
run: |
199-
export PATH=~/castxml/bin:$PATH
200202
pytest tests

0 commit comments

Comments
 (0)