Skip to content

Commit

Permalink
Remove test-python task
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 1, 2024
1 parent b573645 commit 44845fb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [ push, pull_request ]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -29,20 +29,3 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test

test-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: Swatinem/rust-cache@v2
- name: Install pytest
run: |
pip install --upgrade pip
pip install pytest
- uses: PyO3/maturin-action@v1
with:
command: build
- name: Install pep440_rs
run: pip install --no-index --find-links target/wheels pep508_rs
- run: pytest

0 comments on commit 44845fb

Please sign in to comment.