Skip to content

Commit

Permalink
Updated CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadzainabbas authored Nov 27, 2023
1 parent 7c4d741 commit 75c5aa2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
PYTHON_VERSIONS: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
PYTHON_VERSIONS: '["3.8", "3.9", "3.10.0", "3.11", "3.12"]'

jobs:

Expand All @@ -18,17 +18,8 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- id: set-matrix
run: echo "::set-output name=matrix::$(jq -c '[.[] | tostring]' <<< "${{ env.PYTHON_VERSIONS }}")"
run: echo "matrix=$(jq -c '[.[] | tostring]' <<< "${{ env.PYTHON_VERSIONS }}")" >> $GITHUB_OUTPUT

# prepare-matrix:
# name: Prepare Matrix Output
# runs-on: ubuntu-latest
# outputs:
# all_versions: ${{ steps.step1.outputs.matrix }}
# steps:
# - name: Create Matrix Variable
# id: step1
# run: echo "matrix=$(jq -cr '@json' <<< "${{ env.PYTHON_VERSIONS }}")" >> $GITHUB_OUTPUT
build-ubuntu:
name: Build on Ubuntu
runs-on: ubuntu-latest
Expand Down Expand Up @@ -105,8 +96,6 @@ jobs:
include:
- architecture: 'arm64'
python-version: '3.12'
- architecture: 'arm64'
python-version: '3.13.0-alpha.2'
steps:
- name: Checkout current repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 75c5aa2

Please sign in to comment.