From b3ff7a7920e304552a44a714bb9639a7d1cb9922 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Tue, 2 May 2023 20:53:03 -0500 Subject: [PATCH] try skipping install --- .gitea/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 35724b3..45e8759 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,10 +7,6 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 - - name: Install Python 3 - uses: actions/setup-python@v1 - with: - python-version: 3.10 - name: Install dependencies run: | python -m pip install --upgrade pip