Skip to content

Commit

Permalink
fix ci sdist Job
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Nov 16, 2023
1 parent 224079d commit 15aeeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Create .tar.gz Source Distribution (aka pip install / python setup.py sdist)
env:
PLATFORM: ${{ matrix.platform }}
run: tox -vv -s false --notest
run: tox -vv -s false --notest -e sdist

# todo: read .tox/dist from env var (see tox docs for 'distdir' property)
- run: echo TAR_GZ_LOCATION=".tox/dist" >> $GITHUB_ENV
Expand All @@ -170,7 +170,7 @@ jobs:

# TEST installed SDIST, by running Unit Tests against it
- name: Run Unit Tests on Source Distribution (aka .tar.gz package)
run: 'tox -vv -s false'
run: tox -vv -s false -e sdist
env:
PLATFORM: ${{ matrix.platform }}

Expand Down

0 comments on commit 15aeeda

Please sign in to comment.