Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Aug 26, 2024
1 parent 2604e6b commit dadb9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Python ${{ matrix.version.python }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version.python }}\
python-version: ${{ matrix.version.python }}
allow-prereleases: true

- name: Run Python tests
Expand Down

0 comments on commit dadb9cc

Please sign in to comment.