Skip to content

Commit

Permalink
Utilize setup-python to resolve pip error (#231)
Browse files Browse the repository at this point in the history
* Utilize setup-python to resolve pip error

Signed-off-by: Jonathan Marcantonio <[email protected]>

* dummy test (revert later)

Signed-off-by: Jonathan Marcantonio <[email protected]>

* update python version

Signed-off-by: Jonathan Marcantonio <[email protected]>

* test with a change that wont fail the entire workflow...

Signed-off-by: Jonathan Marcantonio <[email protected]>

* revert any yaml changes

Signed-off-by: Jonathan Marcantonio <[email protected]>

---------

Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage authored Oct 16, 2024
1 parent d9bbf4c commit c64a4a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install yamllint
run: pip install yamllint
Expand Down

0 comments on commit c64a4a5

Please sign in to comment.