We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66af348 commit d1490d2Copy full SHA for d1490d2
1 file changed
.github/workflows/pre-commit.yml
@@ -23,6 +23,15 @@ jobs:
23
ref: main
24
token: ${{ secrets.ORG_RO_ALOHA_GITHUB_WORKFLOWS_FG_PAT }}
25
path: aloha-github-workflows
26
+ sparse-checkout:
27
+ .github/actions/asdf-install-and-cache
28
+ - name: list files
29
+ shell: bash
30
+ run: |
31
+ ls .
32
+ ls aloha-github-workflows
33
+ ls aloha-github-workflows/actions
34
+ ls aloha-github-workflows/asdf-install-and-cache
35
- uses: actions/setup-python@v6.2.0
36
- name: Temporary SQLite/LZMA - Install missing libraries
37
run: sudo apt install -y libsqlite3-dev libbz2-dev
0 commit comments