Skip to content

Commit e7b01d9

Browse files
authored
Update install.yaml
1 parent cde6640 commit e7b01d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/install.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ on:
77
- main
88
jobs:
99
install:
10-
name: ${{ matrix.os }} - ${{ matrix.python_version }} install
10+
name: ${{ matrix.python_version }} install
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
os: [ubuntu-latest, macos-latest]
1514
python_version: ["3.8", "3.12"]
16-
runs-on: ${{ matrix.os }}
15+
runs-on: ubuntu-latest
1716
steps:
1817
- name: Set up python ${{ matrix.python_version }}
1918
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)