Skip to content

Commit

Permalink
chore: remove test cmds from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freedmand committed Feb 26, 2024
1 parent 3a46dc2 commit 7bb7271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
run: python scripts/generate_mappings.py test
- name: Install Python dependencies
working-directory: python
run: pip install -v -r requirements-dev.txt
- run: ls
run: pip install -r requirements-dev.txt
- name: Run Python Tests
working-directory: python
run: tox -e py

0 comments on commit 7bb7271

Please sign in to comment.