Skip to content

Commit

Permalink
Update CI workflow to install Tox and Tox-Conda during environment cr…
Browse files Browse the repository at this point in the history
…eation
  • Loading branch information
msbc committed Nov 29, 2024
1 parent 8e397ae commit a320c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:

- name: Create and activate environment
run: |
conda create -n test-env python=${{ matrix.python-version }} -y
conda create -n test-env python=${{ matrix.python-version }} tox tox-conda -y
source /usr/share/miniconda/etc/profile.d/conda.sh
conda activate test-env
pip install tox tox-conda
- name: Install GCC and GFortran
run: |
Expand Down

0 comments on commit a320c90

Please sign in to comment.