Skip to content

Commit

Permalink
CI test tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Feb 19, 2024
1 parent 2da2331 commit 7213eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install pytest
- name: Build sdist and wheel
run: |
Expand Down Expand Up @@ -130,6 +129,7 @@ jobs:
# make sure we test the installed code
cp -R repo/tests/ tests/
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install ./dist/*.whl
# show the directory contents for diagnostics
ls -la
Expand Down

0 comments on commit 7213eee

Please sign in to comment.