Unverified Commit bf275d00 authored by Chris's avatar Chris Committed by GitHub
Browse files

Change Python Version to 3.8 in GitHub Actions

parent 3f2dd9fb
......@@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.8
cache: pip
cache-dependency-path: setup.py
- name: Install dependencies
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment