kou commented on issue #273:
URL: https://github.com/apache/arrow-julia/issues/273#issuecomment-1009485314
No update. Sorry.
We can use `julia-actions/setup-julia` and `julia-actions/julia-runtest` for
now because they are used in `apache/arrow`. How about disable steps that use
GitHub Actions except them as workaround?
```diff
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4dfd50a..5f675af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -49,23 +49,23 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- - uses: julia-actions/[email protected]
- with:
- project: ${{ matrix.pkg.dir }}
+ # - uses: julia-actions/[email protected]
+ # with:
+ # project: ${{ matrix.pkg.dir }}
- uses: julia-actions/julia-runtest@v1
with:
project: ${{ matrix.pkg.dir }}
- - uses: julia-actions/julia-processcoverage@v1
- - uses: codecov/codecov-action@v1
- with:
- file: lcov.info
- docs:
- name: Documentation
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: julia-actions/julia-buildpkg@latest
- - uses: julia-actions/julia-docdeploy@latest
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
+ # - uses: julia-actions/julia-processcoverage@v1
+ # - uses: codecov/codecov-action@v1
+ # with:
+ # file: lcov.info
+ # docs:
+ # name: Documentation
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v2
+ # - uses: julia-actions/julia-buildpkg@latest
+ # - uses: julia-actions/julia-docdeploy@latest
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]