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 d54dff5 commit bb4f879Copy full SHA for bb4f879
.github/workflows/pythonpackage.yml
@@ -41,10 +41,10 @@ jobs:
41
version: 1.4.2
42
virtualenvs-in-project: true
43
- name: Set up Python ${{ matrix.python-version }}
44
- uses: actions/setup-python@v4.7.1
+ uses: actions/setup-python@v5.2.0
45
with:
46
python-version: ${{ matrix.python-version }}
47
- architecture: x64
+
48
- name: Load cached venv
49
id: cached-poetry-dependencies
50
uses: actions/cache@v3
0 commit comments