Skip to content

Commit

Permalink
bugfix install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GemmaTuron committed Aug 29, 2023
1 parent 8ad973d commit 09d1ec4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
ersilia --help
ersilia --version
test-docker:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -61,8 +66,8 @@ jobs:
run: source $CONDA/etc/profile.d/conda.sh

- name: Set Python to 3.10.10
run:
conda install -y python=3.10.10
run: |
conda install -y python=3.10.10
- name: Install dependencies
run: |
Expand Down

0 comments on commit 09d1ec4

Please sign in to comment.