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 a63f5f7 commit ca429dbCopy full SHA for ca429db
1 file changed
.github/workflows/struct-generate.yaml
@@ -74,11 +74,12 @@ jobs:
74
uses: actions/setup-python@v5
75
with:
76
python-version: '3.x'
77
+ cache: 'pip'
78
79
- name: Install StructKit (latest)
80
if: ${{ inputs.version == 'main' }}
81
run: |
- pip install git+https://github.com/httpdss/structkit.git
82
+ pip install structkit
83
structkit -h
84
85
- name: Install StructKit (specific version)
0 commit comments