Skip to content

Commit

Permalink
Merge branch 'main' into gaugup/RemoveDeprecatedClass
Browse files Browse the repository at this point in the history
  • Loading branch information
gaugup authored Jun 28, 2023
2 parents 3129a8e + 0ca1f06 commit fafc7bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notebook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
python -m pip install --upgrade pip
- name: Install core dependencies
run: |
pip install -r requirements.txt --no-cache-dir
pip install -r requirements.txt
- name: Install deep learning dependencies
run: |
pip install -r requirements-deeplearning.txt --no-cache-dir
pip install -r requirements-deeplearning.txt
- name: Install test dependencies
run: |
pip install -r requirements-test.txt --no-cache-dir
pip install -r requirements-test.txt
- name: Test with pytest
run: |
# pytest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
python -m pip install --upgrade pip
- name: Install core dependencies
run: |
pip install -r requirements.txt --no-cache-dir
pip install -r requirements.txt
- name: Install deep learning dependencies
run: |
pip install -r requirements-deeplearning.txt --no-cache-dir
pip install -r requirements-deeplearning.txt
- name: Install test dependencies
run: |
pip install -r requirements-test.txt --no-cache-dir
pip install -r requirements-test.txt
- name: Test with pytest
run: |
# pytest
Expand Down

0 comments on commit fafc7bd

Please sign in to comment.