From 90b0311759bced2003ebcc38f4ad2fd5628b60ee Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Mon, 31 Jul 2023 22:06:46 -0700 Subject: [PATCH] Shell does nto work. I hate openbabel. --- .github/workflows/pytest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index f42c824a..4990e1af 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -37,6 +37,5 @@ jobs: run: pytest --cov=custodian custodian --color=yes - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - shell: bash -l {0} env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}