Skip to content

Commit 2da0320

Browse files
committed
test
1 parent 489263d commit 2da0320

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CICD.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.12"
17-
# - name: Test
18-
# run: |
19-
# pip install -r requirements.txt
20-
# pip install pytest
21-
# pytest
17+
- name: Test
18+
run: |
19+
pip install -r requirements.txt
20+
# pip install pytest
21+
# pytest
2222
2323
release:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)