Skip to content

Commit

Permalink
Ensure installation of tk under Windows (testing) (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Jan 19, 2023
1 parent 34db2cf commit 457e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation-from-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 457e2a6

Please sign in to comment.