REMOVE ME: Check Python env

This commit is contained in:
Alex Pyrgiotis 2025-05-07 19:21:49 +03:00
parent 1b36193a18
commit 9e34e09a98
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -94,7 +94,8 @@ jobs:
key: v1-inventory-windows-${{ hashFiles('./inventory.lock') }}
- name: Sync inventory
if: steps.cache-inventory.outputs.cache-hit != 'true'
run: poetry run python3 .\dev_scripts\inventory.py sync
run: |
poetry run python .\dev_scripts\inventory.py sync
- name: Run CLI tests
run: poetry run make test
- name: Set up .NET CLI environment