Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Sep 12, 2024
1 parent 425272e commit 76dd489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PACKAGE_NAME: rocraters
PYTHON_VERSION: "3.7" # to build abi3 wheels
PYTHON_VERSION: "3.9" # to build abi3 wheels

permissions:
contents: read
Expand All @@ -22,7 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install gettext
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit 76dd489

Please sign in to comment.