Skip to content

Commit

Permalink
add use_conda
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 9, 2023
1 parent d6e9e75 commit 0ba3559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.8', '3.9', '3.10']
python: ['3.10']

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

0 comments on commit 0ba3559

Please sign in to comment.