Skip to content

Commit ca429db

Browse files
committed
fix: install structkit from PyPI and add pip caching
1 parent a63f5f7 commit ca429db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/struct-generate.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ jobs:
7474
uses: actions/setup-python@v5
7575
with:
7676
python-version: '3.x'
77+
cache: 'pip'
7778

7879
- name: Install StructKit (latest)
7980
if: ${{ inputs.version == 'main' }}
8081
run: |
81-
pip install git+https://github.com/httpdss/structkit.git
82+
pip install structkit
8283
structkit -h
8384
8485
- name: Install StructKit (specific version)

0 commit comments

Comments
 (0)