Skip to content

Commit

Permalink
correcting setup python?
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Apr 9, 2024
1 parent d290604 commit 5e11aa4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
with:
submodules: recursive

-name: Set up Python
uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.9'
cache: 'pip' # caching pip dependencies

- run: pip install -r requirements.txt

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5e11aa4

Please sign in to comment.