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 59ec39e commit 0d2f926Copy full SHA for 0d2f926
.github/workflows/nightly.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Python
51
uses: actions/setup-python@v5
52
with:
53
- python-version: 3.10
+ python-version: "3.10"
54
- name: Install dependencies
55
env:
56
ALLOW_LATEST_GPYTORCH_LINOP: true
.github/workflows/reusable_website.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
- name: Fetch all history for all tags and branches
34
run: git fetch --prune --unshallow
35
- if: ${{ !inputs.publish_versioned_website }}
0 commit comments