diff options
| author | Adam Janovsky | 2023-11-14 14:28:49 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2023-11-14 14:28:49 +0100 |
| commit | acfc35f1ced17a4c0918bd6e4e4e146e86552705 (patch) | |
| tree | bf1cd8f68a4b0b586ed9483fd0c39f7ed566a55d /.github/workflows | |
| parent | 76219404a0b70bebf1778cf237bb84427b92bc45 (diff) | |
| download | sec-certs-acfc35f1ced17a4c0918bd6e4e4e146e86552705.tar.gz sec-certs-acfc35f1ced17a4c0918bd6e4e4e146e86552705.tar.zst sec-certs-acfc35f1ced17a4c0918bd6e4e4e146e86552705.zip | |
fix python version in docs pipeline
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8177c685..d3ac2afe 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: 3.10 + python-version: "3.10" - name: Install external dependencies run: sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python3-dev -y - name: Install sec-certs and deps |
