Skip to content

Commit

Permalink
one store for both
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 4, 2023
1 parent bf3ffe2 commit c23e864
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- name: Get current month
id: date
run: echo "date=$(date +%Y-%m)" >> "${GITHUB_OUTPUT}"
# - name: Get current month
# id: date
# run: echo "date=$(date +%Y-%m)" >> "${GITHUB_OUTPUT}"

- uses: mamba-org/setup-micromamba@v1
with:
environment-file: atlasenv.yml
environment-name: atlasenv
# persist on the same month.
cache-environment-key: atlasenv-${{ steps.date.outputs.date }}
cache-environment-key: atlasenv- #${{ steps.date.outputs.date }}


- name: Install atlas
Expand Down

0 comments on commit c23e864

Please sign in to comment.