Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 3, 2024
1 parent 0ad9bea commit b0927f4
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 @@ -288,7 +288,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-${{matrix.python}}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Build Wheels - cramjam-python
Expand All @@ -305,14 +305,14 @@ jobs:
- name: cramjam test
run: |
cd cramjam-python
pip install maturin
python -m pip install maturin
maturin develop --release ${{ matrix.platform.flags }} --extras dev
python -m pytest tests -v
- name: cramjam-cli test
if: ${{ matrix.platform.os != 'windows-latest' }}
run: |
cd cramjam-cli
pip install maturin
python -m pip install maturin
maturin develop --release ${{ matrix.platform.flags }} --extras dev
cramjam-cli --help
- name: Upload wheels
Expand Down

0 comments on commit b0927f4

Please sign in to comment.