Skip to content

Commit

Permalink
Merge pull request #31 from Wikilicious/Wikilicious-patch-10
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
Wikilicious authored Nov 12, 2023
2 parents c053501 + 9a80f2e commit 73b4b00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -30,7 +30,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest ruff black
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# todo: can pip install requirements from pyproject.toml?
pip install -r requirements.txt
- name: Lint with ruff
run: |
ruff --output-format=github --config=pyproject.toml .
Expand Down

0 comments on commit 73b4b00

Please sign in to comment.