Skip to content

Commit 77ef8ab

Browse files
committed
Update requirements paths
1 parent 777966c commit 77ef8ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
43-
pip install -r test-requirements.txt
43+
pip install -r requirements-dev.txt
4444
4545
- name: Install SingleStore package
4646
run: |

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip
3636
pip install -r requirements.txt
37-
pip install -r test-requirements.txt
37+
pip install -r requirements-dev.txt
3838
3939
- name: Install SingleStore package
4040
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
python -m pip install --upgrade pip
8181
pip install -r requirements.txt
82-
pip install -r test-requirements.txt
82+
pip install -r requirements-dev.txt
8383
8484
- name: Build sdist
8585
if: runner.os == 'Linux'

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
python -m pip install --upgrade pip
114114
pip install -r requirements.txt
115-
pip install -r test-requirements.txt
115+
pip install -r requirements-dev.txt
116116
117117
- name: Install SingleStore package
118118
run: |

0 commit comments

Comments
 (0)