Skip to content

Commit

Permalink
Remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 6, 2024
1 parent 7b25ecd commit 6cf631e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dev/tasks/python-wheels/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@ jobs:
{{ macros.github_install_archery()|indent }}
{{ macros.github_login_dockerhub()|indent }}

- name: Cache vcpkg
uses: actions/cache@v4
with:
path: vcpkg
key: python-wheel-manylinux-{{ manylinux_version }}-{{ "${{ hashFiles('ci/vcpkg/vcpkg.json') }}" }}
restore-keys: python-wheel-manylinux-{{ manylinux_version }}-

- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Build wheel
shell: bash
run: |
Expand Down

0 comments on commit 6cf631e

Please sign in to comment.