Skip to content

Commit

Permalink
test linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jul 22, 2024
1 parent 7bef2d9 commit 365b326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: "cice"
environment-file: configuration/scripts/machines/environment.yml
environment-file: ${GITHUB_WORKSPACE}/configuration/scripts/machines/environment.yml
- name: system info
shell: /bin/bash {0}
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
echo "MINICOND: ${{ matrix.minicond }}"
- name: link
run: |
ln -s ${GITHUB_WORKSPACE}/../CICE ${HOME}/cice
ln -s ${GITHUB_WORKSPACE} ${HOME}/cice
# ls -al ${HOME}/
# ls -al ${GITHUB_WORKSPACE}/
- name: check for tabs
Expand Down

0 comments on commit 365b326

Please sign in to comment.