Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menisisaac authored Nov 27, 2023
1 parent 658a547 commit 647dbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.10.0
python-version: 3.10
- name: Install Dependencies
run: python -m pip install --upgrade pip
- name: Get Linter
Expand Down

0 comments on commit 647dbd2

Please sign in to comment.