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 c5652d0 commit 7113340
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ jobs:
source /opt/conda/etc/profile.d/conda.sh;
conda activate esm_tools;
./install.sh;
echo "/opt/conda/envs/esm_tools/bin" >> $GITHUB_PATH;
shell: bash

- name: run esm_tests
run: |
git status;
source /opt/conda/etc/profile.d/conda.sh;
conda activate esm_tools;
pip list;
yes Y | esm_tests ${{ inputs.test_flags }}
shell: bash
# - name: store last tested in a different directory
Expand Down

0 comments on commit 7113340

Please sign in to comment.