Skip to content

Commit

Permalink
combined release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Mar 2, 2024
1 parent 4b5af34 commit bd3ea35
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
python: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
with:
miniconda-version: "latest"
channels: conda-forge
python-version: ${{ matrix.python-version }}

- uses: compas-dev/compas-actions.build@v4
with:
invoke_lint: true
Expand Down

0 comments on commit bd3ea35

Please sign in to comment.