Skip to content

Commit 28f352b

Browse files
committed
fix(ci): resolve configuration error in GitHub Actions workflow
1 parent 05c2517 commit 28f352b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_cd.yml

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

2121
- name: Install dependencies
2222
run: |
23-
python -m pip install --upgrade pip
23+
python3 -m pip install --upgrade pip
2424
pip install -r requirements.txt
2525
2626
- name: Run Pytest

0 commit comments

Comments
 (0)