Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 6, 2023
2 parents 102e648 + 0f30b56 commit 8ab5b47
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
python: ['3.8', '3.9', '3.10']

steps:
- uses: compas-dev/compas-actions.build@v2
- uses: compas-dev/compas-actions.build@v3
with:
test_lint: true
test_compas: true
invoke_lint: true
check_import: true
use_conda: true
python: ${{ matrix.python }}
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
docs:
runs-on: windows-latest
steps:
- uses: compas-dev/compas-actions.docs@v2
- uses: compas-dev/compas-actions.docs@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_conda: true
doc_url: https://compas.dev/compas_fea2/
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
python: ['3.8', '3.9', '3.10']

steps:
- uses: compas-dev/compas-actions.build@v2
- uses: compas-dev/compas-actions.build@v3
with:
test_lint: true
test_compas: true
use_conda: true
python: ${{ matrix.python }}
invoke_lint: true
use_conda: true
check_import: true

Publish:
needs: build
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Updated existing workflows to latest.
* Build tests are temporarily disabled.
* Updated `compas-actions.build` and `compas-actions.doc` workflows to v3.

### Removed

Expand Down

0 comments on commit 8ab5b47

Please sign in to comment.