Skip to content

Commit 8dc29d3

Browse files
committed
fix: added versions for python envs
1 parent 6c0ee1a commit 8dc29d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preflight_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8]
16+
python-version: [3.6.15, 3.7.17, 3.8.18]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up Python ${{ matrix.python-version }}
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
40+
python-version: [3.5.10, 3.6.15, 3.7.17, 3.8.18]
4141
steps:
4242
- uses: actions/checkout@v2
4343
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)