Skip to content

Commit

Permalink
change order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 4, 2024
1 parent 869528f commit 2d572c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ jobs:
BUILD_COMMIT: 3.6.1
run: |
sudo apt install python3-virtualenv
#bash -x .github/workflows/wheel.sh
- name: Setup debugging session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Build Wheel of pyproj
env:
REPO_DIR: pyproj
WHEEL_SDIR: wheelhouse
SETUPTOOLS_USE_DISTUTILS: stdlib
BUILD_COMMIT: 3.6.1
run: |
bash -x .github/workflows/wheel.sh
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2d572c2

Please sign in to comment.