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 b3bc14f commit dedd935Copy full SHA for dedd935
.github/workflows/python-codecheck.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- name: Set up Python 3.11
21
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
22
with:
23
python-version: '3.11'
24
- name: Add conda to system path
.github/workflows/python-nose.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
- name: Install dependencies
0 commit comments