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 fdd2e0f commit 9b5fd2dCopy full SHA for 9b5fd2d
.github/workflows/code_climate.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
16
- - name: Set up Python 3.11
+ - name: Set up Python 3.12
17
uses: actions/setup-python@v2
18
with:
19
- python-version: 3.11
+ python-version: 3.12
20
- name: Install Python dependencies
21
run: |
22
pip install poetry
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Python
10
uses: actions/setup-python@v1
11
12
architecture: x64
- name: Checkout PyTorch
uses: actions/checkout@master
0 commit comments