From 38c35146ea30c018a6876deddf023f17f3487f10 Mon Sep 17 00:00:00 2001 From: James Howison Date: Thu, 11 Apr 2024 09:20:39 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55672bc..29a62fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,10 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} + - uses: actions/setup-python@v4 - name: Install dependencies run: | python -m pip install --upgrade pip