Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 5, 2024
1 parent 79ff5ca commit 5bfb738
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
with:
python-version: '3.10'

- name: Test reading from local directory
run: pip install -r requirements.txt

- name:
- name: Test executors
run: python3 tests/test-executors.py

test-processing:
Expand All @@ -55,5 +52,5 @@ jobs:
run: pip install -r requirements.txt

- name: Test processing
run: tests/test-processing.py
run: python3 tests/test-processing.py

0 comments on commit 5bfb738

Please sign in to comment.