Skip to content

Commit c652251

Browse files
authored
Merge branch 'main' into ir_cleanup
2 parents 10e7744 + a04e5b8 commit c652251

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1818
- name: Install dependencies

0 commit comments

Comments
 (0)