Skip to content

Commit

Permalink
ci: remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 28, 2023
1 parent 261da08 commit 535c6b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
with:
target: "${{ steps.rust-target.outputs.TARGET }}"

- name: find polars rust source/cache, used by Makevars in check step
run: |
echo "RPOLARS_RUST_SOURCE=${PWD}/src/rust" >> $GITHUB_ENV
shell: bash

- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ jobs:
env:
CI: false

- name: find polars rust source/cache, used by Makevars in check step
id: get_the_rust_sauce
shell: bash
run: |
echo "RPOLARS_RUST_SOURCE=${PWD}/src/rust" >> $GITHUB_ENV
- name: make binary R package + test on host arch
if: matrix.config.target == ''
run: |
Expand Down

0 comments on commit 535c6b0

Please sign in to comment.