File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ jobs:
3131 - name : Run lints
3232 run : ./scripts/lint
3333
34- # remove for now while this is failing
35- # examples:
36- # name: examples
37- # runs-on: ubuntu-latest
34+ examples :
35+ name : examples
36+ runs-on : ubuntu-latest
3837
39- # steps:
40- # - uses: actions/checkout@v4
38+ steps :
39+ - uses : actions/checkout@v4
4140
42- # - name: Install Rye
43- # run: |
44- # curl -sSf https://rye.astral.sh/get | bash
45- # echo "$HOME/.rye/shims" >> $GITHUB_PATH
46- # env:
47- # RYE_VERSION: '0.35.0'
48- # RYE_INSTALL_OPTION: '--yes'
49- # - name: Install dependencies
50- # run: |
51- # rye sync --all-features
41+ - name : Install Rye
42+ run : |
43+ curl -sSf https://rye.astral.sh/get | bash
44+ echo "$HOME/.rye/shims" >> $GITHUB_PATH
45+ env :
46+ RYE_VERSION : ' 0.35.0'
47+ RYE_INSTALL_OPTION : ' --yes'
48+ - name : Install dependencies
49+ run : |
50+ rye sync --all-features
5251
52+ # comment out for now while this is failing
5353 # - env:
5454 # LITHIC_API_KEY: ${{ secrets.LITHIC_API_KEY }}
5555 # run: |
You can’t perform that action at this time.
0 commit comments