Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsilva authored May 7, 2024
1 parent a67f647 commit 0aababf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Codemodder Package
run: sudo pip install .
run: pip install .
- name: Install Dependencies
run: sudo pip install -r dev_requirements.txt
run: pip install -r dev_requirements.txt
- name: Run unit tests
run: sudo pytest
run: pytest

0 comments on commit 0aababf

Please sign in to comment.