Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 12, 2024
1 parent 31e1563 commit c9f5238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_py_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,12 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.get_token.outputs.token || github.token }}
persist-credentials: false
#ref: ${{ github.event.pull_request.head.ref }}

- name: Set up Python 3.8
# Skip setting python on ARM because of missing compatibility: https://github.com/actions/setup-python/issues/108
if: matrix.os != 'ARM' && matrix.os != 'ARM64'
uses: actions/setup-python@master
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit c9f5238

Please sign in to comment.