Skip to content

Commit

Permalink
* update unittest
Browse files Browse the repository at this point in the history
* add missing dependency
  • Loading branch information
HYLcool committed Dec 28, 2023
1 parent 17c0424 commit ed76612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
cache-dependency-path: 'environments/**_requires.txt'
- name: Install dependencies
run: |
sudo apt-get install python3-pip
python -m pip install --upgrade pip
pip install -v -e .[all]
- name: Run the test
Expand Down
1 change: 1 addition & 0 deletions environments/minimal_requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tabulate
tqdm
jsonargparse[signatures]
matplotlib
seaborn
emoji==2.2.0
regex
requests
Expand Down

0 comments on commit ed76612

Please sign in to comment.