From 7103f9625d820bc8cf011d71572c3d400bc90bd9 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Tue, 16 Jan 2024 22:23:58 -0400 Subject: [PATCH] remove smoke test from ci --- .github/workflows/main.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 29886c3..9a613e8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -92,16 +92,10 @@ jobs: conda-solver: libmamba - name: Install dependencies - run: | - poetry install + run: poetry install - name: Run tests - run: | - makim tests.unit - - - name: Run smoke tests - run: | - makim tests.smoke + run: makim tests.unit linter-and-docs: needs: check-branch