Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
ghstack-source-id: 5c2a30d588238f1d1d69356874fa93ed6c2e7cba
Pull Request resolved: #367
  • Loading branch information
wconstab committed May 29, 2024
1 parent e593e7d commit 78c19c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_test_4gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
conda activate "${CONDA_ENV}"
echo `which python`
echo "${CONDA_ENV}"
echo "hello" > hello.txt
pip config --user set global.progress_bar off
python -m pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121
Expand Down

0 comments on commit 78c19c6

Please sign in to comment.