Update tests.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 18:13:35 -07:00 committed by GitHub
parent ebbe85cf9d
commit e25f7e94e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9.6 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8)
python-version: 3.8 # Replace 'x' with the desired version (e.g., 3.6, 3.7, 3.8)
- name: Install dependencies
run: pip install -r requirements.txt