diff --git a/.github/workflows/installation-from-remote.yaml b/.github/workflows/installation-from-remote.yaml index 241db844..10797e28 100644 --- a/.github/workflows/installation-from-remote.yaml +++ b/.github/workflows/installation-from-remote.yaml @@ -78,7 +78,7 @@ jobs: - name: Install ConFlowGen run: | - python -m pip install conflowgen pytest + python -m pip install conflowgen tk pytest - name: Run tests run: |