diff --git a/.github/workflows/ci_tests_run_notebooks.yml b/.github/workflows/ci_tests_run_notebooks.yml index 7683ea84..d0743ad0 100644 --- a/.github/workflows/ci_tests_run_notebooks.yml +++ b/.github/workflows/ci_tests_run_notebooks.yml @@ -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 }} diff --git a/ignore_osx_testing b/ignore_osx_testing index 4dc096c9..66c4f852 100644 --- a/ignore_osx_testing +++ b/ignore_osx_testing @@ -1,2 +1 @@ -tutorials/firefly tutorials/parallelize/Parallelize_Convolution diff --git a/tutorials/requirements.txt b/tutorials/requirements.txt index 293bda7a..3e752811 100644 --- a/tutorials/requirements.txt +++ b/tutorials/requirements.txt @@ -15,5 +15,3 @@ firefly-client jupyter-firefly-extensions # For supporting myst-based notebooks jupytext -# For firefly-client packaging bug -setuptools