From 85f262f21a100ff7136ba2d71b6127aeb9ef5670 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Fri, 9 Jun 2023 16:08:48 -0700 Subject: [PATCH] Patch release again --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd19d5..8eaa2b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,9 +110,7 @@ jobs: needs: [test] uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@main with: - libraries: | - apt: - - ffmpeg + libraries: 'ffmpeg' test_extras: 'dev' test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs irispy' submodules: false