Skip to content

Commit

Permalink
Pin docs Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Nov 21, 2024
1 parent 12ddcb1 commit f7b93cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.10'

- name: install dependencies
run: make deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install: build
ansible-galaxy collection install *.tar.gz --force -p $(COLLECTIONS_PATH)

deps:
pip install -r requirements.txt -r requirements-dev.txt --upgrade
pip install -r requirements.txt -r requirements-dev.txt --force

lint:
pylint plugins
Expand Down

0 comments on commit f7b93cf

Please sign in to comment.