Skip to content

Commit

Permalink
ci: installing ninja-build no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek committed Feb 27, 2024
1 parent 1798b22 commit 27b40dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- tests

jobs:
build:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pytest-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Setup Ninja for Python 3.11 (needed to build levenshtein package)
if: matrix.python-version == '3.11'
uses: wirekang/setup-ninja@v1
with:
platform: linux
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 27b40dc

Please sign in to comment.