Skip to content

Commit

Permalink
add ci test with whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-gecheng committed Aug 31, 2024
1 parent cfe2eb1 commit 9f9fff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_py3_tf25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
TEST_DEVICES: ""
PULL_REQUEST_NUM: ${{ github.event.pull_request.number }}
run: |
source ~/.bashrc
whoami
conda init
source ~/.bashrc
conda activate tf25_py3
python git-lfs/git_lfs.py pull
source scripts/ci_test.sh
Expand Down

0 comments on commit 9f9fff8

Please sign in to comment.