Skip to content

Commit 70c77e5

Browse files
committed
Update github actions
1 parent 1ed5e27 commit 70c77e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ jobs:
5454

5555

5656
tests-no-deps:
57-
name: "Test: py3.8, Ubuntu, no deps"
57+
name: "Test: py3.6, Ubuntu, no deps"
5858
runs-on: ubuntu-latest
5959

6060
steps:
6161
- uses: actions/checkout@v2
6262

63-
- name: Set up Python 3.8
63+
- name: Set up Python 3.6
6464
uses: actions/setup-python@v1
6565
with:
66-
python-version: 3.8
66+
python-version: 3.6
6767

6868
- name: Install tox
6969
run: pip install tox
7070

7171
- name: Run tests
72-
run: tox -e py38-no-deps
72+
run: tox -e no-deps
7373

7474
- name: Upload coverage report
7575
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)