Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirol committed Jan 11, 2024
1 parent 3df121a commit 23f93eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -3 -m pip install robotpy
python -3 -m pip install coverage
python -3 -m robotpy sync
python3 -m pip install robotpy
pip install coverage
python3 -m robotpy sync
- name:
run: |
python -3 -m robotpy test
python3 -m robotpy test

0 comments on commit 23f93eb

Please sign in to comment.