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 65f19c7 commit b1d806dCopy full SHA for b1d806d
.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