Skip to content

Commit

Permalink
Merge pull request #351 from lasp/ci/remove-windows-ci
Browse files Browse the repository at this point in the history
Temporarily disable windows ci
  • Loading branch information
patkenneally authored Oct 4, 2024
2 parents e9bb81b + 8ec67a7 commit 59c867e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
- uses: pre-commit/[email protected]
with:
extra_args: --files ${{ steps.file_changes.outputs.all_changed_files}}

build-linux:
name: Build Linux
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.10", "3.11"]
permissions:
actions: read
contents: read
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
if: ${{ always() }}

build-windows:
if: 'false'
name: Build Windows
runs-on: windows-2022
strategy:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bokeh==3.5.2
bokeh
conan>=1.40.1, <2.00.0
datashader==0.16.3
holoviews==1.19.1
Expand Down

0 comments on commit 59c867e

Please sign in to comment.