From 88818dc8d1777f083ddbde1eaa667e1a8bb7dfc2 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 7 Jun 2024 16:24:41 +0100 Subject: [PATCH] test [testpypi] --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index cadb1cbb..31cf7db2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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