Skip to content

Commit

Permalink
fix: Remove lake version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lenianiva committed Oct 18, 2024
1 parent 1b05419 commit 1f3784d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> "${GITHUB_PATH}"
- name: Print lean and lake versions
- name: Install Lean
run: |
elan toolchain install $(<src/lean-toolchain)
lake --version
- name: Install poetry
run: |
Expand Down

0 comments on commit 1f3784d

Please sign in to comment.