Skip to content

Commit

Permalink
Run source distribution tests from local checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Apr 12, 2023
1 parent 92fa361 commit 5d67eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test sdist
run: 'ygginfo
pytest -m subset_rapidjson --import-mode=importlib {project}/tests
pytest -m subset_rapidjson --import-mode=importlib tests
'
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion utils/test-install-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ jobs:
- name: Test sdist
run: |
ygginfo
pytest -m subset_rapidjson --import-mode=importlib {project}/tests
pytest -m subset_rapidjson --import-mode=importlib tests
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5d67eab

Please sign in to comment.