We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489263d commit 2da0320Copy full SHA for 2da0320
1 file changed
.github/workflows/CICD.yml
@@ -14,11 +14,11 @@ jobs:
14
- uses: actions/setup-python@v5
15
with:
16
python-version: "3.12"
17
- # - name: Test
18
- # run: |
19
- # pip install -r requirements.txt
20
- # pip install pytest
21
- # pytest
+ - name: Test
+ run: |
+ pip install -r requirements.txt
+ # pip install pytest
+ # pytest
22
23
release:
24
runs-on: ubuntu-latest
0 commit comments