Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Feb 20, 2024
1 parent 0be1d76 commit 5c96bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
python-version: ['3.11']

steps:
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
conda env update -f augur/environment.yml
conda env update -f augur/environment.yml --all
conda activate forecasting
cd augur
python -m pip install --no-deps --editable .
Expand Down

0 comments on commit 5c96bc5

Please sign in to comment.