Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 8, 2024
1 parent bbe4cf2 commit 0b9f8aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b9f8aa

Please sign in to comment.