Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oraluben committed Oct 23, 2023
1 parent b8810b2 commit 823575e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: |
sudo pyperf system tune
- name: Perf importing third-party packages
continue-on-error: true
env:
RUN: LONG
run: |
nox -s test_import_third_party_perf-${{ matrix.python }}
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def tests_multiple_conda(session: nox.Session):
# conda-provided tf might require pypy and this is not what we want,
# and pypi only provides tf for CPython <= 3.11
Package('tensorflow', skip=lambda _py: _py in ('3.12',)),
Package('seaborn', conda=True),
Package('seaborn', conda=True, skip=lambda _py: OS == 'Windows'),
Package('azureml-core', module='azureml.core'),

Package('opencv-python', module='cv2')
Expand Down

0 comments on commit 823575e

Please sign in to comment.