Skip to content

Commit

Permalink
some updates about qaci (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexdene authored Oct 23, 2023
1 parent 0ca3baf commit 2e3ec9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flake8
name: flake8

on:
push:
Expand All @@ -13,12 +13,10 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'flake8<6' flake8-quotes
python -m pip install flake8 flake8-quotes
- name: Analysing the code with flake8
run: |
flake8 --version
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: run unittest
run: |
python -m unittest discover tests

0 comments on commit 2e3ec9a

Please sign in to comment.