Skip to content

Commit

Permalink
chore: testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Jul 31, 2024
1 parent d30714f commit a4eed51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest pandas tqdm
pip install -e .
pip install -r requirements.txt
- name: Running Tests
run: |
pytest tests/dfcx_scrapi/

0 comments on commit a4eed51

Please sign in to comment.