Skip to content

Commit

Permalink
define python version within miniconda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
comane committed Oct 9, 2024
1 parent efb1e70 commit 36c0ce8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test
use-mamba: true
python-version: ${{ matrix.python-version }}

- name: Update Environment
shell: bash -l {0}
Expand Down

0 comments on commit 36c0ce8

Please sign in to comment.