We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16145f2 commit 0008300Copy full SHA for 0008300
3 files changed
.github/workflows/pull_request.yml
@@ -82,7 +82,7 @@ jobs:
82
83
mac_check:
84
name: MacOS Check
85
- runs-on: macos-latest
+ runs-on: macos-13
86
steps:
87
- name: Checkout Code
88
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
Makefile
@@ -17,6 +17,7 @@ environment:
17
pip3 install 'poetry==1.8.3'
18
poetry config virtualenvs.in-project true
19
poetry install
20
+ poetry run pip install setuptools
21
@echo 🚨 Be sure to add poetry to PATH
22
make fetch-sample-data
23
0 commit comments