Skip to content

Commit

Permalink
Fix pyuvsim test CI for new package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and jpober committed Apr 16, 2024
1 parent 7d3804f commit 6b5ac23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-piplines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
cd ../pyuvsim
pip install --no-deps .
mkdir test-reports
python -m pytest pyuvsim --junitxml=test-reports/xunit.xml
python -m pytest --junitxml=test-reports/xunit.xml
displayName: run pyuvsim tests
- job: SSINS
Expand Down

0 comments on commit 6b5ac23

Please sign in to comment.