Skip to content

Commit

Permalink
Update docgen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan authored Jun 22, 2023
1 parent cae6b7c commit f957cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
apt update
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
git config --global --add safe.directory '*'
- name: Set up Python 3.9.4
- name: Set up Python 3.10.12
uses: actions/setup-python@v4
with:
python-version: 3.9.4
python-version: 3.10.12
- uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
Expand Down

0 comments on commit f957cc8

Please sign in to comment.