Skip to content

Commit

Permalink
try conda as installer instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Dec 12, 2024
1 parent 19ff247 commit 58ead9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
run: |
sed -i'' -e 's/python *= *[0-9.]\+/python =${{ inputs.python-version }}/g' environment-dev.yml
cat environment-dev.yml
mamba env update --quiet --file environment-dev.yml
conda env update --quiet --file environment-dev.yml
git checkout -- environment-dev.yml
# - name: Install playwright
Expand Down

0 comments on commit 58ead9f

Please sign in to comment.