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.
2 parents 65f19c7 + b1d806d commit beabf4bCopy full SHA for beabf4b
.github/workflows/deploy_to_test.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Installing git
24
run: pip install gitpython
25
26
+ - name: Installing Packages
27
+ run: pip install -r requirements.txt
28
+
29
- name: Generating version file
30
run: python freeze_version.py
31
.github/workflows/publish_to_pypi.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Generate local version
0 commit comments