Skip to content

Commit

Permalink
Included pip install of all dsi packages to be able to run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Sep 5, 2024
1 parent a34ea9c commit ce971cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_file_reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
- name: Test reader
run: |
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_file_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
- name: Test reader
run: |
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install opencv-python
pip install .
- name: Test reader
run: |
pip install pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install pyyaml
pip install .
- name: Test reader
run: |
pip install pytest
Expand Down

0 comments on commit ce971cd

Please sign in to comment.