Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarakaki authored Feb 24, 2025
1 parent 5d1f499 commit 658a4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,13 @@ jobs:
- name: Install wheel
if: startsWith(matrix.os, 'ubuntu')
run: |
pip install *cp38*manylinux*x86_64.whl
pip install *cp39*manylinux*x86_64.whl
- name: Install wheel
if: startsWith(matrix.os, 'windows')
shell: bash
run: |
pip install *cp38*win*.whl
pip install *cp39*win*.whl
- name: Run tests
shell: bash
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:

- name: Install CTranslate2 wheel
run: |
pip install *cp38*manylinux*x86_64.whl
pip install *cp39*manylinux*x86_64.whl
- name: Install dependencies to build docs
working-directory: docs
Expand Down

0 comments on commit 658a4f3

Please sign in to comment.