Skip to content

Commit

Permalink
fixed yaml syntax error (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 18, 2024
1 parent 22c0cf7 commit c1c4aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/setup-python@v4
with:
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
python-version = "3.12"
python-version: "3.12"
- name: Install Pylint
run: |
which pip
Expand All @@ -156,7 +156,7 @@ jobs:
uses: actions/setup-python@v4
with:
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
python-version = "3.12"
python-version: "3.12"

- name: Install dependencies
run: |
Expand Down

0 comments on commit c1c4aa0

Please sign in to comment.