Skip to content

Commit 51f2803

Browse files
committed
fix workflow
1 parent 836177f commit 51f2803

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/skills-validate.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,14 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36-
- name: Checkout agentskills/agentskills
37-
uses: actions/checkout@v4
38-
with:
39-
repository: agentskills/agentskills
40-
path: agentskills
41-
4236
- name: Set up Python
4337
uses: actions/setup-python@v5
4438
with:
4539
python-version: "3.11"
4640

4741
- name: Install skills-ref
4842
run: |
49-
cd agentskills/skills-ref
50-
pip install .
43+
pip install "git+https://github.com/agentskills/agentskills.git#subdirectory=skills-ref"
5144
5245
- name: Validate Skills
5346
run: |

0 commit comments

Comments
 (0)