Skip to content

Commit 1b44435

Browse files
committed
Fix release workflow
1 parent eddd459 commit 1b44435

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish_yak.yml

Lines changed: 1 addition & 1 deletion
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: |

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515

1616
steps:
17-
- uses: compas-dev/compas-actions.build@v3
17+
- uses: compas-dev/compas-actions.build@v4
1818
with:
1919
python: ${{ matrix.python }}
2020
invoke_lint: true
21+
use_conda: true
2122
check_import: true
2223

2324
publish:

0 commit comments

Comments
 (0)