Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 8, 2024
1 parent f4fde94 commit 8b37794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
echo key: $CDS_API_KEY >> .cdsapirc
cat .cdsapirc
mv .cdsapirc ~/
ls ~/
- name: Test
run: |
pip install setuptools
pip install nox
nox --non-interactive --error-on-missing-interpreter -s test
nox --non-interactive --error-on-missing-interpreter -s test test-notebooks
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 8b37794

Please sign in to comment.