Skip to content

Commit

Permalink
Fix python version installed
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 2, 2023
1 parent d9d7e6e commit 920d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install -e .
Expand Down

0 comments on commit 920d0c9

Please sign in to comment.