Skip to content

Commit

Permalink
Merge branch 'dev' into TPT-3085-add-authorized-users-to-instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ezilber-akamai authored Dec 2, 2024
2 parents 9ca1dc0 + 3b07f45 commit cae8b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Documentation Validation

on: pull_request

env:
DEFAULT_PYTHON_VERSION: "3.10"

jobs:
test-templated-docs:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}

- name: install dependencies
run: make deps
Expand Down

0 comments on commit cae8b0e

Please sign in to comment.