Skip to content

Commit f957cc8

Browse files
authored
Update docgen.yml
1 parent cae6b7c commit f957cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
apt update
2929
DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common gcc git curl wget make zlib1g-dev bzip2 libbz2-dev lzma lzma-dev libreadline-dev libsqlite3-dev libssl-dev libffi-dev doxygen pandoc
3030
git config --global --add safe.directory '*'
31-
- name: Set up Python 3.9.4
31+
- name: Set up Python 3.10.12
3232
uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.9.4
34+
python-version: 3.10.12
3535
- uses: actions/checkout@v3
3636
with:
3737
ref: ${{github.head_ref}}

0 commit comments

Comments
 (0)