We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bd9392 + 460c687 commit 8b4399cCopy full SHA for 8b4399c
1 file changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- os: [windows-latest, ubuntu-latest, macos-13]
+ os: [windows-latest, ubuntu-latest, macos-15]
23
python-version: ["3.10", "3.11", "3.12"]
24
steps:
25
- name: Checkout master branch
@@ -48,6 +48,7 @@ jobs:
48
opencv
49
spatialmath-python
50
ansitable
51
+ hatchling
52
53
- name: Install libegl on Linux
54
if: runner.os == 'Linux'
@@ -96,6 +97,7 @@ jobs:
96
97
98
99
100
101
102
103
0 commit comments