Skip to content

Commit b108ccf

Browse files
Update build config
1 parent 0955cd8 commit b108ccf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
matrix: # python-version: ["3.9", "3.10", "3.11", "3.12"]
4949
python-version: ["3.11"]
50-
os: [macos-13, windows-latest, ubuntu-22.04, macos-14]
50+
os: [macos-15-intel, windows-latest, ubuntu-22.04, macos-15]
5151
fail-fast: false
5252
runs-on: ${{ matrix.os }}
5353
defaults:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install: ## Install the poetry environment and install the pre-commit hooks
33
@echo "🚀 Creating virtual environment using pyenv and poetry"
44
@poetry install
55
@ poetry run pre-commit install
6-
@poetry shell
6+
@poetry env activate
77

88
.PHONY: check
99
check: ## Run code quality tools.

0 commit comments

Comments
 (0)