From 0ba3559dab77607d98837d9e0bb0b5ed07e1a749 Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Thu, 9 Mar 2023 16:14:13 +0100 Subject: [PATCH] add use_conda --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba3dbbb..6b910c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + test_lint: true + use_conda: true