Skip to content

Commit

Permalink
💚 Downgrade MacOS runner (#561)
Browse files Browse the repository at this point in the history
* 💚 Downgrade MacOS runner

* Update deps
  • Loading branch information
roniemartinez committed May 6, 2024
1 parent 75fe537 commit 35ec1d2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
include:
- os: ubuntu-latest
pip-cache: ~/.cache/pip
poetry-cache: ~/.cache/pypoetry
- os: macos-latest
- os: macos-13
pip-cache: ~/Library/Caches/pip
poetry-cache: ~/Library/Caches/pypoetry
- os: windows-latest
Expand Down
76 changes: 32 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ selenium = ["selenium-wire", "webdriver-manager", "pybrowsers"]

[tool.poetry.group.dev.dependencies]
autoflake = "^2.3.0"
black = ">=23.1,<25.0"
black = "^24.4.2"
isort = "^5.11.5"
mkdocs-material = "^9.0.11"
mkdocstrings = { version = ">=0.20,<0.25", extras = ["python-legacy"] }
mypy = ">=0.982,<1.11"
pyproject-flake8 = ">=6.1,<8.0"
pytest = ">=7.2,<9.0"
pytest = "^8.2.0"
pytest-clarity = "^1.0.1"
pytest-cov = ">=4,<6"
respx = ">=0.20,<0.22"
Expand Down

0 comments on commit 35ec1d2

Please sign in to comment.