Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 5, 2024
1 parent 2c860a3 commit 0d31126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- name: install esm-tools
run: |
git config --global --add safe.directory /esm/esm_tools;
git config --global --add safe.directory /__w/esm_tools/esm_tools;
ls /__w/esm_tools/esm_tools;
ls /esm/;
source ~/.bashrc;
conda activate esm_tools;
./install.sh;
Expand Down
1 change: 0 additions & 1 deletion utils/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
name: esm_tools
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- Click>=7.0
Expand Down

0 comments on commit 0d31126

Please sign in to comment.