Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jul 31, 2024
1 parent 300997f commit 779fbeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:

- name: Install dependencies
shell: bash
run: pip install --no-cache-dir -r requirements.txt
run: |
pip install --no-cache-dir -r requirements.txt
pip install --extra-index-url https://pypi.org/simple --no-cache-dir coverage pytest codecov-cli>=0.4.1
- name: Run unittest
shell: bash
Expand Down
1 change: 1 addition & 0 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ sphinx-autobuild
pandas
numpy
ortools
tensorflow

0 comments on commit 779fbeb

Please sign in to comment.