Skip to content

Commit

Permalink
github_actions: add only pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Oct 3, 2023
1 parent a30dd21 commit be4b9a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8"]
architecture: ["x64"]

steps:
Expand All @@ -31,4 +31,5 @@ jobs:
- name: Run unit tests with tox
shell: bash
run: |
tox -v
tox -v -e py3,pep8

0 comments on commit be4b9a2

Please sign in to comment.