Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStarStrix committed Jun 10, 2024
2 parents 2de2c97 + 1df59a7 commit 269cd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Automated_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s tests
python -m unittest discover -s tests
2 changes: 1 addition & 1 deletion .github/workflows/Pip_Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'

- name: Install and update Python dependencies
run: |
Expand Down

0 comments on commit 269cd18

Please sign in to comment.