Skip to content

Commit

Permalink
SNOW-1055755: use own matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Jul 29, 2024
1 parent 56c8736 commit a620aec
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,18 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
define-matrix:
uses: ./.github/workflows/matrix.yaml
build:
needs: define-matrix
strategy:
fail-fast: true
matrix:
os: ${{ fromJSON(needs.define-matrix.outputs.os) }}
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down

0 comments on commit a620aec

Please sign in to comment.