Skip to content

Commit fd4ce55

Browse files
testing: pin setup-python to working version
1 parent b4efb77 commit fd4ce55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434
- name: Set up Python Env
35-
uses: actions/setup-python@v2
35+
uses: actions/setup-python@v2.1.4 # FIXME: Use "v2" tag once https://github.com/actions/setup-python/issues/171 is resolved.
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Display Python version

0 commit comments

Comments
 (0)