Skip to content

Commit

Permalink
upd indexing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Nov 17, 2023
1 parent bc44f69 commit b14e2e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/index-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ jobs:
with:
profile: minimal
toolchain: stable
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry config virtualenvs.create false
poetry install --no-dev --no-interaction --no-ansi
pip install -r requirements.txt
- name: Add rust analyzer
run: rustup component add rust-analyzer
- name: Run indexing
Expand Down

0 comments on commit b14e2e1

Please sign in to comment.