We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836177f commit 51f2803Copy full SHA for 51f2803
1 file changed
.github/workflows/skills-validate.yml
@@ -33,21 +33,14 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
36
- - name: Checkout agentskills/agentskills
37
38
- with:
39
- repository: agentskills/agentskills
40
- path: agentskills
41
-
42
- name: Set up Python
43
uses: actions/setup-python@v5
44
with:
45
python-version: "3.11"
46
47
- name: Install skills-ref
48
run: |
49
- cd agentskills/skills-ref
50
- pip install .
+ pip install "git+https://github.com/agentskills/agentskills.git#subdirectory=skills-ref"
51
52
- name: Validate Skills
53
0 commit comments