Skip to content

Commit c798852

Browse files
authored
Update docs/requirements.txt (#333)
Also required pinning to Python 3.11 in CI due to an odd pip error.
1 parent 88b268c commit c798852

File tree

2 files changed

+258
-141
lines changed

2 files changed

+258
-141
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-python@v4
3030
with:
31-
python-version: "3.x"
31+
python-version: "3.11"
3232

3333
- name: Install distro packages
3434
run: sudo apt-get install -qq pandoc

0 commit comments

Comments
 (0)