-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move backups2datalad to https://github.com/dandi/backups2datalad
- Loading branch information
Showing
25 changed files
with
10 additions
and
6,328 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 |
---|---|---|
|
@@ -2,13 +2,9 @@ name: Test | |
|
||
on: | ||
pull_request: | ||
# Due to use of staging and not be able to clean up published dandisets | ||
# https://github.com/dandi/dandi-api/issues/476 | ||
# do testing only sparingly (once a week). cron run on drogon will do the | ||
# in-use "testing". | ||
#push: | ||
# branches: | ||
# - master | ||
push: | ||
branches: | ||
- master | ||
schedule: | ||
- cron: '0 6 * * 0' | ||
|
||
|
@@ -22,10 +18,10 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: | ||
- '3.10' | ||
- '3.11' | ||
noxenv: [test] | ||
#python-version: | ||
# - '3.10' | ||
# - '3.11' | ||
#noxenv: [test] | ||
include: | ||
- python-version: '3.10' | ||
noxenv: typing | ||
|
@@ -41,18 +37,7 @@ jobs: | |
- name: Install Python dependencies | ||
run: | | ||
python -m pip install --upgrade pip wheel | ||
python -m pip install --upgrade --upgrade-strategy=eager datalad-installer nox | ||
- name: Install git-annex | ||
run: | | ||
datalad-installer --sudo ok neurodebian git-annex -m neurodebian | ||
# make standalone git take precendence to guarantee compatibility with git-annex | ||
echo "/usr/lib/git-annex.linux/" >> $GITHUB_PATH | ||
- name: Configure Git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "GitHub Almighty" | ||
python -m pip install --upgrade --upgrade-strategy=eager nox | ||
- name: Run tests with coverage | ||
if: matrix.noxenv == 'test' | ||
|
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 was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.