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 cae6b7c commit f957cc8Copy full SHA for f957cc8
.github/workflows/docgen.yml
@@ -28,10 +28,10 @@ jobs:
28
apt update
29
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
30
git config --global --add safe.directory '*'
31
- - name: Set up Python 3.9.4
+ - name: Set up Python 3.10.12
32
uses: actions/setup-python@v4
33
with:
34
- python-version: 3.9.4
+ python-version: 3.10.12
35
- uses: actions/checkout@v3
36
37
ref: ${{github.head_ref}}
0 commit comments