Skip to content

Commit

Permalink
pin numpy to 1.23 (and compatible python 3.11)
Browse files Browse the repository at this point in the history
  • Loading branch information
swryan committed Mar 7, 2024
1 parent 3f8deb5 commit 05744a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CADRE_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3
python-version: 3.11
conda-version: "*"
channels: conda-forge,defaults
channel-priority: true

- name: Create Environment
run: |
conda install numpy scipy -q -y
conda install numpy=1.23 scipy -q -y
python -m pip install --upgrade pip
Expand Down

0 comments on commit 05744a8

Please sign in to comment.