Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Downgrading to python 3.9 since 3.10 literally does not work on the latest ubuntu. See this link if you don't believe it: actions/setup-python#401
  • Loading branch information
ExtremeMachine12 committed Oct 16, 2023
1 parent 9419d3f commit c918794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.10.0"
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c918794

Please sign in to comment.