Skip to content

Commit

Permalink
Update testing stack to align w/ gds_env:9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed May 4, 2023
1 parent fc3b3f8 commit 1d6562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_blocks.yml
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
conda update -y -n base -c defaults conda
conda --version
conda env create -f https://github.com/darribas/gds_env/raw/v6.1/gds_py/gds_py.yml
conda create --name gds --file https://github.com/darribas/gds_env/raw/v9.1/gds_py/gds_py_explicit_ubuntu-latest.txt
conda activate gds
pip install -r https://github.com/darribas/gds_env/raw/v6.1/gds_py/gds_py_pip.txt
pip install -r https://github.com/darribas/gds_env/raw/v9.1/gds_py/gds_py_pip.txt
- name: Check and Log Environment
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 1d6562e

Please sign in to comment.