From f06f30881a1e562e55d118f2df26cb5f6332102b Mon Sep 17 00:00:00 2001 From: Isidro Arias Date: Tue, 10 Dec 2024 19:42:44 +0100 Subject: [PATCH] advance --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86e1fe4..c97c6be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,13 +15,12 @@ jobs: # uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} + - uses: actions/checkout@v4 - uses: actions/cache@v4 id: cache-id with: path: / key: ${{ runner.os }}-cache-all-key-v1.0 - - name: Check out repository code - uses: actions/checkout@v4 - name: Install dependencies # TODO: find a quicker method. Currently the download is fast but the installation is slow # In total, it takes 5min