Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inoelloc authored Jul 13, 2023
1 parent b2c43ea commit cd950f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
conda config --prepend channels conda-forge
conda config --set channel_priority strict
conda env create python=${{ matrix.python-version }} -f environment-dev.yml
conda create python=${{ matrix.python-version }} -f environment-dev.yml
source activate smash-dev
- name: Build and Install
Expand Down

0 comments on commit cd950f8

Please sign in to comment.