From 0a49d96117832c64a7369bad102b1cb52e4d3a71 Mon Sep 17 00:00:00 2001 From: PSala Date: Wed, 22 May 2024 14:40:59 +0200 Subject: [PATCH] Update python3.11-app.yml --- .github/workflows/python3.11-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python3.11-app.yml b/.github/workflows/python3.11-app.yml index e44bbc5..ace6dbc 100644 --- a/.github/workflows/python3.11-app.yml +++ b/.github/workflows/python3.11-app.yml @@ -13,7 +13,6 @@ jobs: build: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v3 - name: Set up Python 3.11 @@ -31,4 +30,4 @@ jobs: pip install --upgrade mamba - name: Test with mamba run: | - mamba --enable-coverage \ No newline at end of file + mamba --enable-coverage