Skip to content

Commit

Permalink
Merge branch 'main' of github.com:crisluqueg/MIDAS into main
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluqueg committed Dec 1, 2023
2 parents 3535e83 + e772673 commit 2b40045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file requirements_conda.txt --name base
conda env update --file environmentMIDAS.yml --name base
conda install pytest
- name: Test with pytest
run: |
Expand Down

0 comments on commit 2b40045

Please sign in to comment.