Skip to content

Commit d8c191f

Browse files
author
stainless-bot
committed
fix(internal): re-add portion of workflow to make CI happy
1 parent b4a72ac commit d8c191f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)