From b3039007279d47572c539240708e0d030d08c4f8 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 9 Dec 2024 03:13:49 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 872e01d..3a581cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python uses: actions/setup-python@v5 - name: Install dependencies @@ -23,4 +23,4 @@ jobs: - name: Run tests run: | - python -m pytest tests.py -v \ No newline at end of file + python -m pytest tests.py -v