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 9a81db3 commit 8673961Copy full SHA for 8673961
1 file changed
.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
63
sudo apt update
64
sudo apt install -y libxml2-dev libxslt-dev
65
- name: Setup Python
66
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
67
with:
68
python-version: ${{ matrix.python }}
69
allow-prereleases: true
@@ -85,9 +85,7 @@ jobs:
85
86
fetch-depth: 0
87
88
89
- with:
90
- python-version: 3.x
91
- name: Install tox
92
run: python -m pip install tox
93
- name: Eval ${{ matrix.job }}
@@ -119,9 +117,7 @@ jobs:
119
117
steps:
120
118
- uses: actions/checkout@v4
121
122
123
124
125
126
127
- name: Run
0 commit comments