Skip to content

Commit 8390622

Browse files
Generating main thread flame graph (#246)
* [add] Generating main thread flame graph * Bumping version * [fix] Fixed for python 3.9 linter issue
1 parent 091b858 commit 8390622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
pytest:
1010
strategy:
1111
matrix:
12-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
12+
python-version: [ 3.6, 3.7, 3.8 ]
1313
os: [ ubuntu-latest ]
1414
env:
1515
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
16-
USING_COVERAGE: "3.9"
16+
USING_COVERAGE: "3.8"
1717

1818
runs-on: ${{ matrix.os }}
1919
name: os ${{ matrix.os }} python ${{ matrix.python-version }} Linting, testing, and compliance

0 commit comments

Comments
 (0)