We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4283a5c commit 1427862Copy full SHA for 1427862
.github/workflows/build_py_tools.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
fetch-depth: 2
23
- ref: ${{ github.event.pull_request.head.ref }}
24
- name: Verify Python Tools Changed
25
uses: tj-actions/changed-files@v41
26
id: verify-changed-files
@@ -88,7 +87,6 @@ jobs:
88
87
TOKEN: ${{ secrets.GITHUB_TOKEN }}
89
90
token: ${{ env.TOKEN }}
91
92
- name: Set up Python 3.8
93
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
94
if: matrix.os != 'ARM'
0 commit comments