Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions configuration for testing.
Browse files Browse the repository at this point in the history
kacper516 committed Feb 14, 2024
1 parent 93ec1a5 commit 3d43c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run tests.yml
Original file line number Diff line number Diff line change
@@ -7,10 +7,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Python 3.10.12
- name: Set up Python 3.11.8
uses: actions/setup-python@v1
with:
python-version: 3.10.12
python-version: 3.11.8

- name: Run test
run: python -m unittest discover --v

0 comments on commit 3d43c47

Please sign in to comment.