Skip to content

Commit

Permalink
minor update to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Nov 20, 2023
1 parent 12cb2cc commit 9e79d36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
name: chama_${{ matrix.python-version }}_${{ matrix.os }}.whl
path: dist/chama*

install:
name: Import test
import:
needs: build
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -59,7 +58,7 @@ jobs:
- name: Download wheel
uses: actions/download-artifact@v3
with:
name: wheel
name: chama_${{ matrix.python-version }}_${{ matrix.os }}.whl
- name: Install chama
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9e79d36

Please sign in to comment.