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 0f6e5d2 commit 2ce1a62Copy full SHA for 2ce1a62
.github/workflows/python-package.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
30
with:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
@@ -57,7 +57,7 @@ jobs:
57
58
59
- name: Set up Python
60
61
62
python-version: '3.x'
63
0 commit comments