We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7651f27 commit eb52127Copy full SHA for eb52127
.github/workflows/tox.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
- name: Set up Python 3
32
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
33
34
python-version: 3
35
- name: Display Python version
@@ -131,7 +131,7 @@ jobs:
131
sudo apt update
132
sudo apt install -y --no-install-recommends graphviz
133
- name: Set up Python ${{ matrix.python-version }}
134
135
136
python-version: ${{ matrix.python-version }}
137
0 commit comments