Skip to content

Commit

Permalink
Fix invalid value for python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Jan 9, 2025
1 parent 4bbd0aa commit 0b902a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
path: 'graylog2.graylog-ansible-role'

- name: Set up Python 3.9.17
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.9.17'
python-version: '3.9'

- name: Install test dependencies.
run: pip3 install yamllint
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.9.17'
python-version: '3.9'

- name: Install test dependencies.
run: pip3 install -r requirements.txt
Expand Down

0 comments on commit 0b902a0

Please sign in to comment.