We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8eac1 commit 5dced52Copy full SHA for 5dced52
.github/workflows/tests.yml
@@ -45,6 +45,8 @@ jobs:
45
- name: Install requirements and buildout
46
run: |
47
pip install -r requirements.txt
48
+ pip freeze
49
+ false
50
51
- name: Run buildout
52
0 commit comments