Skip to content

Commit 9a4ba8c

Browse files
author
Leonardo Rossi
committed
Remove unnecessary Github Actions' job
1 parent 163b86f commit 9a4ba8c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/tox-test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,6 @@ name: Tox tests
33
on: [push, pull_request]
44

55
jobs:
6-
py38:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v2
10-
- name: Update existing dependencies
11-
run: sudo apt-get update -y
12-
- name: Install system dependencies
13-
run: sudo apt-get install -y libkrb5-dev
14-
- name: Setup Python
15-
uses: actions/setup-python@v2
16-
with:
17-
python-version: 3.8
18-
- name: Install tox
19-
run: pip install tox
20-
- name: Run tox
21-
run: tox -e py38
226
static:
237
runs-on: ubuntu-latest
248
steps:

0 commit comments

Comments
 (0)