From 066df828eb0cd8009305caf59ceb0b65c987671a Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 9 May 2024 17:23:58 -0400 Subject: [PATCH] remove weldx and asdf-transform-schemas from downstream --- .github/workflows/downstream.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index d2dc713..f8c7434 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -44,10 +44,6 @@ jobs: repository: astropy/specutils install_command: pip install -e .[test] test_command: pytest - - package_name: weldx - repository: BAMWelDX/weldx - install_command: pip install -e .[test] - test_command: pytest weldx/tests/asdf_tests weldx/schemas --asdf-tests - package_name: sunpy repository: sunpy/sunpy install_command: pip install -e .[tests,all] @@ -64,10 +60,6 @@ jobs: repository: asdf-format/asdf-standard install_command: pip install -e .[test] test_command: pytest - - package_name: asdf-transform-schemas - repository: asdf-format/asdf-transform-schemas - install_command: pip install -e .[test] - test_command: pytest - package_name: asdf-wcs-schemas repository: asdf-format/asdf-wcs-schemas install_command: pip install -e .[test]