diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 40e0bfe..43b35e4 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -31,8 +31,6 @@ jobs: - name: Test with pytest run: | pytest PyCTBN/tests/> - - name: Checkout code - uses: actions/checkout@v2 - name: Install dependencies run: | python -m pip install --upgrade pip