Skip to content

Commit

Permalink
test pkg_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 8, 2024
1 parent 8b37794 commit 086a845
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ jobs:
- name: Test
run: |
pip install setuptools
pip install setuptools==69.0.3
pip install nox
nox --non-interactive --error-on-missing-interpreter -s test test-notebooks
- name: list pkg
run: |
conda list
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit 086a845

Please sign in to comment.