-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from PennLINC/bkchg/schema_validator
Replace legacy validator with schema validator
- Loading branch information
Showing
9 changed files
with
347 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
codecov: codecov/codecov@1.0.5 | ||
codecov: codecov/codecov@3.2.4 | ||
|
||
jobs: | ||
run_pytests: | ||
|
@@ -31,10 +31,8 @@ jobs: | |
source activate cubids | ||
conda install -c conda-forge -y datalad | ||
# Add nodejs and the validator | ||
conda install nodejs | ||
npm install -g yarn && \ | ||
npm install -g [email protected] | ||
# Add deno to run the schema validator | ||
conda install deno | ||
# Install CuBIDS | ||
pip install -e .[tests] | ||
|
@@ -64,7 +62,8 @@ jobs: | |
# We need curl for the codecov upload | ||
apt-get update | ||
apt-get install -yqq curl | ||
apt-get install -y -qq curl | ||
apt-get install -y gnupg | ||
cd /home/circleci/src/coverage/ | ||
echo "Merge coverage files" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.