(#14393) fix conandata lint

* fix conandata lint

* Update conandata.yml

* use same python version for action as workflow

* Update conandata.yml
This commit is contained in:
ericLemanissier
2022-11-23 19:46:38 +01:00
committed by GitHub
parent 6ec76996d5
commit bed7a19b94

View File

@@ -19,7 +19,7 @@ runs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: ${{ env.PYVER }}
- name: Get changed files
id: changed-files
shell: python