Skip to content

Commit

Permalink
Test failure of test-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 20, 2023
1 parent c411c42 commit 5ddb472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ runs:
# SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.action_ref || 'main' }}
run: |
cd $GITHUB_ACTION_PATH
pip --version
pip freeze
pip check
pip debug
pip install "ansible-lint[lock] @ git+https://github.com/ansible/ansible-lint@${{ github.action_ref || 'main' }}"
ansible-lint --version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools >= 65.3.0", # required by pyproject+setuptools_scm integration and editable installs
"setuptools_scm[toml] >= 7.0.5", # required for "no-local-version" scheme
"setuptools_scm[toml] >= 7.0.5, != 8.0.0", # required for "no-local-version" scheme

]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5ddb472

Please sign in to comment.