Skip to content

Commit 0c33396

Browse files
committed
ci: fix ci
1 parent c470d9a commit 0c33396

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
matrix:
529529
core: ['', 'true']
530530
perf: ['', 'true']
531-
python-env: ['3.7', '3.8', '3.9', '3.10', '3.11']
531+
python-env: ["3.7", "3.8", "3.9", "3.10", "3.11"]
532532
exclude:
533533
- core: 'true'
534534
perf: 'true'
@@ -543,6 +543,7 @@ jobs:
543543
python -m pip install --upgrade pip
544544
python -m pip install wheel
545545
pip install --no-cache-dir .
546+
pip list
546547
env:
547548
JINA_PIP_INSTALL_CORE: ${{ matrix.core }}
548549
JINA_PIP_INSTALL_PERF: ${{ matrix.perf }}

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ jobs:
763763
matrix:
764764
core: ['', 'true']
765765
perf: ['', 'true']
766-
python-env: ['3.7', '3.8', '3.9', '3.10', '3.11']
766+
python-env: ["3.7", "3.8", "3.9", "3.10", "3.11"]
767767
exclude:
768768
- core: 'true'
769769
perf: 'true'
@@ -778,6 +778,7 @@ jobs:
778778
python -m pip install --upgrade pip
779779
python -m pip install wheel
780780
pip install --no-cache-dir .
781+
pip list
781782
env:
782783
JINA_PIP_INSTALL_CORE: ${{ matrix.core }}
783784
JINA_PIP_INSTALL_PERF: ${{ matrix.perf }}

0 commit comments

Comments
 (0)