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