Skip to content

Commit

Permalink
turn of 3.13 ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Mar 26, 2024
1 parent 61bfde8 commit 320e773
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
cd $GITHUB_WORKSPACE
PYBUILD=3.12 bash ./scripts/build-loader.sh
- name: build 3.13 packages
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.13 bash ./scripts/build-pkg.sh
- name: build 3.13 loader
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.13 bash ./scripts/build-loader.sh
# - name: build 3.13 packages
# run: |
# cd $GITHUB_WORKSPACE
# PYBUILD=3.13 bash ./scripts/build-pkg.sh
#
# - name: build 3.13 loader
# run: |
# cd $GITHUB_WORKSPACE
# PYBUILD=3.13 bash ./scripts/build-loader.sh

- name: build PkPy loader
run: |
Expand Down

0 comments on commit 320e773

Please sign in to comment.