Skip to content

Commit 6151a73

Browse files
committed
fixing python coverage error
1 parent b8b8ac2 commit 6151a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rpe_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: Install dependencies
244244
run: |
245-
pip install -r requirements.txt
245+
python3 -m pip install -r requirements.txt
246246
npm install
247247
248248
- name: Run pytest with Codecov

0 commit comments

Comments
 (0)