Skip to content

Commit

Permalink
Merge pull request #58 from adfinis/fix-ci
Browse files Browse the repository at this point in the history
fix(ci): update python to a version that exists
  • Loading branch information
s3lph committed Oct 17, 2023
2 parents d42cc31 + 5650ca2 commit 942b7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.11.6'

- name: Install Dependencies
run: pip install ansible sphinx sphinx_rtd_theme
Expand Down

0 comments on commit 942b7b3

Please sign in to comment.