Skip to content

Commit 99836be

Browse files
authored
Update tf-test.yml
1 parent 7ed6411 commit 99836be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tf-test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
python-version: "3.10"
2222
- name: Install dependencies
2323
run: |
24-
conda install -y python=3.10
25-
conda env update --file flybody.yml --name base
24+
conda install -y python=3.10 pip ipython cudatoolkit=11.8.0
2625
python -m pip install --upgrade pip
2726
pip install pytest
2827
pip install .[tf]

0 commit comments

Comments
 (0)