Skip to content

Commit 93e71d9

Browse files
committed
Update puython setup action
1 parent 6134ccf commit 93e71d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cfpb-python-library-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
matrix:
1111
# Add the appropriate Tox environments for the satellite here
1212
toxenv:
13-
# - py36
14-
- py38
13+
# - py36
14+
- py38
1515
include:
16-
# Adjust the Python versions required for the tox environments as
16+
# Adjust the Python versions required for the tox environments as
1717
# needed
1818
# - toxenv: py36
19-
# python-version: 3.6
19+
# python-version: 3.6
2020
- toxenv: py38
2121
python-version: 3.8
2222

@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v1
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -38,5 +38,5 @@ jobs:
3838
- name: Run back-end tests
3939
run: |
4040
tox
41-
env:
41+
env:
4242
TOXENV: ${{ matrix.toxenv }}

0 commit comments

Comments
 (0)