Skip to content

Commit

Permalink
Update install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni committed May 15, 2024
1 parent cde6640 commit e7b01d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ on:
- main
jobs:
install:
name: ${{ matrix.os }} - ${{ matrix.python_version }} install
name: ${{ matrix.python_version }} install
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
python_version: ["3.8", "3.12"]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Set up python ${{ matrix.python_version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit e7b01d9

Please sign in to comment.