Skip to content

Commit

Permalink
ci: fix python test error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 20, 2024
1 parent 1c47035 commit bdc3618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
- name: Run Python testing
shell: bash
run: |
python3 -m pip install -r ./source/binding/Python/requirements.txt
python3 ./test/python/binding_test.py
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -216,6 +217,7 @@ jobs:
- name: Run Python testing
shell: bash
run: |
python3 -m pip install -r ./source/binding/Python/requirements.txt
python3 ./test/python/binding_test.py
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -296,6 +298,7 @@ jobs:
- name: Run Python testing
shell: bash
run: |
python3 -m pip install -r ./source/binding/Python/requirements.txt
python3 ./test/python/binding_test.py
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 2 additions & 0 deletions source/binding/Python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy
Pillow

0 comments on commit bdc3618

Please sign in to comment.