Skip to content

Commit

Permalink
test the built sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 10, 2024
1 parent 232d74b commit eb067f0
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 @@ -76,7 +76,7 @@ jobs:
- name: Test package
run: |
pip install nox
nox --verbose --force-python=${{ matrix.python-version }} -s test-with-pip
nox --verbose --force-python=${{ matrix.python-version }} -s test-with-pip -- dist/*.tar.gz
build-with-conda:
name: Test with conda
Expand Down Expand Up @@ -117,4 +117,4 @@ jobs:
- name: Test package
run: |
pip install nox
nox --verbose --force-python=${{ matrix.python-version }} -s test-with-conda
nox --verbose --force-python=${{ matrix.python-version }} -s test-with-conda -- dist/*.tar.gz

0 comments on commit eb067f0

Please sign in to comment.