Skip to content

Commit

Permalink
Updating again.
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Oct 9, 2024
1 parent 36a58dd commit c758bd1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.11"]
#os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
#python-version: ["3.8", "3.9", "3.11"]
python-version: ["3.8"]

steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +30,7 @@ jobs:
run: |
pip install poetry
poetry config virtualenvs.create false
rm poetry.lock
poetry install --all-extras
- name: Lint with mypy
Expand Down

0 comments on commit c758bd1

Please sign in to comment.