Skip to content

Commit

Permalink
manual activate env
Browse files Browse the repository at this point in the history
  • Loading branch information
KedoKudo committed Jul 5, 2024
1 parent 6f27074 commit e451269
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ jobs:
channels: conda-forge,defaults
mamba-version: "*"
environment-file: environment.yml
cache-environment-key: ${{ runner.os }}-env-${{ hashFiles('**/environment.yml') }}
cache-downloads-key: ${{ runner.os }}-downloads-${{ hashFiles('**/environment.yml') }}
- name: build pypi pacakge
run: |
conda activate test
# build the package
VERSION=$(versioningit .) python -m build
# retrieve your distributions here
Expand Down

0 comments on commit e451269

Please sign in to comment.