Skip to content

Commit

Permalink
Attempt to fix errors with GHA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 12, 2023
1 parent bee8255 commit 03366e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}${{ matrix.dev }}
python-version: 3.11-dev
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit 03366e3

Please sign in to comment.