Update GitHub actions

This commit is contained in:
Veronica Berglyd Olsen
2024-01-27 16:03:34 +01:00
parent b27589d3d6
commit 3ba345acc8
5 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ jobs:
runs-on: windows-latest
steps:
- name: Python Setup
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
architecture: x64
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Dependencies (pip)
run: |
pip install -U -r requirements.txt -r tests/requirements.txt