From 0b9f8aaca5da72309177ee23e5da40f538c311aa Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 8 Jun 2024 03:51:08 +0300 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 30731ab..0140b48 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -95,10 +95,7 @@ jobs: pip install -r requirements.txt maturin develop --release - name: Run tests - run: | python examples/encrypt.py - python examples/encrypt_from.py - python examples/encrypt_file.py - python benches/bench.py + run: | .env\Scripts\activate pytest python examples/encrypt.py