Skip to content

Commit 83ebc98

Browse files
authored
fix the workflow (#25)
1 parent 2c3f264 commit 83ebc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python-version: "3.10"
5656
- name: Init env with the test Beam and docker URI
5757
run: |
58-
cp tests/sample.env.tf .env
58+
cp tests/sample.env.pytorch .env
5959
make init-venv
6060
./venv/bin/pip install requests packaging
6161
make test-latest-env

0 commit comments

Comments
 (0)