Skip to content

Commit

Permalink
Updating build files
Browse files Browse the repository at this point in the history
  • Loading branch information
mcqueary committed Dec 17, 2023
1 parent c0c04e3 commit 0125a50
Show file tree
Hide file tree
Showing 5 changed files with 833 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
ci:
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ $(VENV)/init: ## init the virtual environment
python3.12 -m venv $(VENV)
touch $@
. $(VENV)/bin/activate && pip install -U pip
. $(VENV)/bin/activate && pip install -r requirements.txt
. $(VENV)/bin/activate && pip install poetry

$(VENV)/requirements: requirements.txt $(VENV)/init ## install requirements
Expand Down
Loading

0 comments on commit 0125a50

Please sign in to comment.