Skip to content

Commit

Permalink
FIX windows unit test?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jan 17, 2023
1 parent dd5c6bb commit 1d00098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Unit tests
name: Unit test

on:
push:
branches: ['**']
pull_request:
branches: ['**']

envs:
env:
PYTHONPATH: C:\nrn_test\lib\python
NEURONHOME: C:\nrn_test

Expand All @@ -30,7 +30,7 @@ jobs:
run: |
powershell -command "gh release download --repo https://github.com/neuronsimulator/nrn --pattern '*.exe' --output nrn-setup.exe"
start /b /wait .\nrn-setup.exe /S /D=C:\nrn_test
"C:\nrn_test\bin" >> $env:GITHUB_PATH
powershell -command "'C:\nrn_test\bin' >> $env:GITHUB_PATH"
python -c "import neuron"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1d00098

Please sign in to comment.