Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored May 24, 2024
1 parent 52da327 commit e7442c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
pyv: ['3.10']
pyv: [3.9, '3.10', 3.11]
max-parallel: 5
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -y python=3.10
conda install -y python=${{ matrix.pyv }}
echo $CONDA/bin >> $GITHUB_PATH
conda env update --file environment.yml --name base
- name: Lint with flake8
Expand Down

0 comments on commit e7442c5

Please sign in to comment.