Skip to content

Commit

Permalink
fix: usage of node12 which is deprecated in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 17, 2024
1 parent 9b77c05 commit 25092bc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,13 @@ jobs:
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.9

- name: Install dependencies
run: pip install sphinx sphinx_rtd_theme setuptools-rust

- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Build tokenizers
working-directory: ./bindings/python
run: pip install -e .
Expand Down

0 comments on commit 25092bc

Please sign in to comment.