Skip to content

Commit dcfcafa

Browse files
committed
Merge branch 'main' of https://github.com/compas-dev/compas_fab into wip_process
2 parents edee1b0 + d86252a commit dcfcafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_yak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install -r requiremnets-dev.txt
37+
pip install -r requirements-dev.txt
3838
3939
- name: Create CPython Grasshopper user objects
4040
run: |
@@ -80,4 +80,4 @@ jobs:
8080
$command = "invoke publish-yak -y dist\yak_package\$file $test_flag".Trim()
8181
Invoke-Expression $command
8282
env:
83-
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}
83+
YAK_TOKEN: ${{ secrets.YAK_DF_TOKEN }}

0 commit comments

Comments
 (0)