We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163b86f commit 9a4ba8cCopy full SHA for 9a4ba8c
.github/workflows/tox-test.yml
@@ -3,22 +3,6 @@ name: Tox tests
3
on: [push, pull_request]
4
5
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
22
static:
23
runs-on: ubuntu-latest
24
steps:
0 commit comments