Skip to content

Commit fc45f0f

Browse files
committed
Revert checkout version from d416e02
Plus add changes from os-autoinst#67 for testing. Signed-off-by: Ioannis Bonatakis <[email protected]>
1 parent 906de82 commit fc45f0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python-version:
14-
- "3.6"
1514
- "3.8"
1615
- "3.9"
1716
- "3.10"
@@ -21,10 +20,9 @@ jobs:
2120
include:
2221
- os: "ubuntu-latest"
2322
- os: "ubuntu-20.04"
24-
python-version: "3.6"
2523

2624
steps:
27-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v4
2826
with:
2927
fetch-depth: 0
3028
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)