Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci_tests_run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ jobs:
run: python -m pip install --upgrade tox

- name: Test with tox
run: |
# Workaround for OSX for https://jira.ipac.caltech.edu/browse/FIREFLY-1528
tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
1 change: 0 additions & 1 deletion ignore_osx_testing
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tutorials/firefly
tutorials/parallelize/Parallelize_Convolution
2 changes: 0 additions & 2 deletions tutorials/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ firefly-client
jupyter-firefly-extensions
# For supporting myst-based notebooks
jupytext
# For firefly-client packaging bug
setuptools