diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa983a..d70cc8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: - name: Run lint run: | make lint - - name: Run tests - run: | - pytest + # - name: Run tests + # run: | + # pytest