Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 4, 2024
1 parent 6bf5d67 commit cfabc2e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
- name: "checkout"
uses: actions/checkout@v4

- name: "print env"
run:
echo env

- name: "environment configure"
env:
# Maximum cache period (in weeks) before forcing a cache refresh.
Expand All @@ -83,6 +79,11 @@ jobs:
cache_period: ${{ env.CACHE_PERIOD }}
env_name: ${{ env.ENV_NAME }}

- name: "conda info"
run: |
conda info
conda list
- name: "conda install"
uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit cfabc2e

Please sign in to comment.