Skip to content

Commit

Permalink
Updated packages installed for running
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant P Iyer committed Sep 5, 2024
1 parent 92556d9 commit 2ea5be4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test_file_reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyyaml
pip install toml
pip install .
- name: Test reader
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_file_writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyyaml
pip install toml
pip install .
- name: Test reader
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install opencv-python
pip install pyyaml
pip install toml
pip install .
- name: Test reader
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install pyyaml
pip install pyyaml
pip install toml
pip install .
- name: Test reader
run: |
Expand Down

0 comments on commit 2ea5be4

Please sign in to comment.