Skip to content

Commit

Permalink
switch CI to local install for codecov data coll
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMatt committed Jan 31, 2024
1 parent 4f98eea commit 38dd3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: [3.9]

steps:
- name: Checkout Source
Expand All @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements/requirements-tests.txt
pip install -r requirements/requirements-core.txt
pip install .
pip install -e .
- name: Run tests
run: |
Expand Down

0 comments on commit 38dd3c7

Please sign in to comment.