Skip to content

Commit

Permalink
To v1.0.2; disable windows testing of submission for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 31, 2023
1 parent 16baf09 commit 615e72e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
run: |
echo "APPNAME=PY_EXPANSE" > ~/nsgrest.conf
echo "URL=https://nsgr.sdsc.edu:8443/cipresrest/v1" >> ~/nsgrest.conf
more ~/nsgrest.conf # print contents so far...
echo "USERNAME=${NSGR_USERNAME}" >> ~/nsgrest.conf
echo "PASSWORD=${NSGR_PASSWORD}" >> ~/nsgrest.conf
echo "APPID=${NSGR_APPID}" >> ~/nsgrest.conf
Expand All @@ -52,6 +55,7 @@ jobs:
run: |
nsgr_job -l
- name: Test submission
- name: Test submission
if: ${{ matrix.runs-on == 'windows-latest' }}
run: |
cd example/ && nsgr_submit . validate && nsgr_submit . run && cd NGBW* && tar -xvf output.tar.gz && echo ; echo ; echo "Output file contents:" ; echo && cat example_dir/output.txt
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pynsgr
version = 1.0.1
version = 1.0.2
author = "Terry Schwartz, Padraig Gleeson"
author_email = [email protected]
url = https://github.com/OpenSourceBrain/pynsgr
Expand Down

0 comments on commit 615e72e

Please sign in to comment.