mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-08 14:31:49 +02:00
REMOVE ME: Check Python env
This commit is contained in:
parent
1b36193a18
commit
9e34e09a98
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue