Skip to content

Commit

Permalink
test [testpypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent 73a7665 commit 88818dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- uses: actions/setup-python@v5

- name: install
run: pip python -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ camb
run: python -m pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ camb

- name: test
run: python -m unittest camb.tests.camb_test

0 comments on commit 88818dc

Please sign in to comment.