Skip to content

Commit

Permalink
Merge pull request #22 from compas-dev/workflow
Browse files Browse the repository at this point in the history
update workflow to v3
  • Loading branch information
Licini authored Nov 9, 2023
2 parents f608636 + 2ad4684 commit b74669e
Show file tree
Hide file tree
Showing 3 changed files with 4 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 }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Renamed `BRep.occ_shape` to `native_brep` for compatibility with `RhinoBrep`.
* Fixed the error when calling `BRep.frame`.
* Fixed `AttributeError` when calling `BRep.loops`.
* Updated `compas-actions.build` workflow to v3.

### Changed

Expand Down
5 changes: 0 additions & 5 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@
ns.configure(
{
"base_folder": os.path.dirname(__file__),
# "ghuser": {
# "source_dir": "src/compas_ghpython/components",
# "target_dir": "src/compas_ghpython/components/ghuser",
# "prefix": "(COMPAS)",
# },
}
)

0 comments on commit b74669e

Please sign in to comment.