Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Aug 24, 2022
1 parent 69af7a5 commit bf15f9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/schemacode_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,20 @@ jobs:
- name: "Run tests"
shell: bash {0}
run: |
echo "BIDSSCHEMATOOLS_RELEASE is set to $BIDSSCHEMATOOLS_RELEASE"
echo "Running test suite with BIDSSCHEMATOOLS_RELEASE set to $BIDSSCHEMATOOLS_RELEASE"
if [ -v BIDSSCHEMATOOLS_RELEASE ]; then
echo "This will save bundled data into test/data/bundled ."
fi
pushd tools/schemacode
python -m pytest -vvs --pyargs bidsschematools -m "not validate_schema" --cov-append --cov-report=xml --cov=bidsschematools
popd
ls -lah
tree
- name: "Test upload"
shell: bash {0}
id: testpypi_upload
run: |
if [ -v BIDSSCHEMATOOLS_RELEASE ]; then
python -m pip install build twine wheel
python -m pip install --upgrade build twine wheel
echo "BIDSSCHEMATOOLS_RELEASE is set to $BIDSSCHEMATOOLS_RELEASE"
pushd tools/schemacode
python -m build
Expand Down
2 changes: 1 addition & 1 deletion src/schema/SCHEMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1661364695-dev
0.0.1661366484-dev

0 comments on commit bf15f9d

Please sign in to comment.