Skip to content

Commit

Permalink
fixed pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Aug 8, 2024
1 parent 5a5c415 commit cb20554
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/mopper-pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@ jobs:
timeout-minutes: 60
strategy:
max-parallel: 5
matrix:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/[email protected]
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install Miniconda
uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install Miniconda
uses: conda-incubator/[email protected]
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
#- name: Add conda to system path
# run: |
# # $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down

0 comments on commit cb20554

Please sign in to comment.