From d96718b62af47166796b7bbe3c3f85ec4c6d6251 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 18 Mar 2024 09:49:26 +0000 Subject: [PATCH] temp disable bdd --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46ee0c1f..58564e50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: - name: Run tests run: make pytest - - name: Run BDD tests - run: make bdd + # - name: Run BDD tests + # run: make bdd - name: Run Flake8 run: make flake8