Skip to content

Commit 6f49d65

Browse files
author
Muhammed Hasan Celik
committed
ignore docker and only use build docs
1 parent 0e9b31b commit 6f49d65

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
container: pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime
1514
permissions:
1615
id-token: write
1716
repository-projects: write
@@ -21,10 +20,10 @@ jobs:
2120
steps:
2221
- uses: actions/checkout@v4
2322

24-
# - name: Set up Python 3.12
25-
# uses: actions/setup-python@v5
26-
# with:
27-
# python-version: 3.12
23+
- name: Set up Python 3.12
24+
uses: actions/setup-python@v5
25+
with:
26+
python-version: 3.12
2827

2928
- name: Install dependencies
3029
run: |

0 commit comments

Comments
 (0)