From c0dcc8ab2378af1ec7f14ead86f8f2b9acc6adbc Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:41:00 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 2 -- 1 file changed, 2 deletions(-) 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