Skip to content

Commit

Permalink
edit env name in package action
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Feb 15, 2024
1 parent e9a7ec4 commit 32825be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-python-and-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
channels: conda-forge
python-version: ${{ inputs.python-version }}
activate-environment: deeprank2
environment-file: env/env2.yml
environment-file: env/deeprank2-py${{ join(inputs.python-version, '.') }}.yml
use-mamba: true

- run: |
Expand Down

0 comments on commit 32825be

Please sign in to comment.