We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f264 commit 83ebc98Copy full SHA for 83ebc98
.github/workflows/docker_test.yml
@@ -55,7 +55,7 @@ jobs:
55
python-version: "3.10"
56
- name: Init env with the test Beam and docker URI
57
run: |
58
- cp tests/sample.env.tf .env
+ cp tests/sample.env.pytorch .env
59
make init-venv
60
./venv/bin/pip install requests packaging
61
make test-latest-env
0 commit comments