Skip to content

Commit

Permalink
conda init bash
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-gecheng committed Aug 31, 2024
1 parent 9586ee3 commit 94e73ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_py3_tf25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
PULL_REQUEST_NUM: ${{ github.event.pull_request.number }}
run: |
whoami
pwd
conda init bash
source ~/.bashrc
/home/admin/miniconda3/bin/conda activate tf25_py3
conda activate tf25_py3
python git-lfs/git_lfs.py pull
source scripts/ci_test.sh
- name: SignalFail
Expand Down

0 comments on commit 94e73ad

Please sign in to comment.