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 0e9b31b commit 6f49d65Copy full SHA for 6f49d65
.github/workflows/publish-pypi.yml
@@ -11,7 +11,6 @@ on:
11
jobs:
12
build:
13
runs-on: ubuntu-latest
14
- container: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime
15
permissions:
16
id-token: write
17
repository-projects: write
@@ -21,10 +20,10 @@ jobs:
21
20
steps:
22
- uses: actions/checkout@v4
23
24
- # - name: Set up Python 3.12
25
- # uses: actions/setup-python@v5
26
- # with:
27
- # python-version: 3.12
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
+ with:
+ python-version: 3.12
28
29
- name: Install dependencies
30
run: |
0 commit comments