Skip to content

Commit

Permalink
revert matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
glevv committed Nov 25, 2023
1 parent f2e9e8d commit b9c4a09
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: True
matrix:
python-version: [ "3.11", "3.12" ]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
defaults:
run:
shell: bash
Expand All @@ -25,7 +22,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.11"

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit b9c4a09

Please sign in to comment.