Skip to content

Commit

Permalink
More attempts to disable windows python.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Sep 28, 2024
1 parent 683ede1 commit 659d6dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: Linux

on: [push]
on: [release]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: macOS

on: [push]
on: [release]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:

- name: Build
run: |
export PATH=$(echo $PATH | sed -e 's|/opt/hostedtoolcache/python/3\.[^:]*:||g')
python --version
which python
mkdir build
cd build
cmake -DPython_EXECUTABLE=/usr/bin/python3 ..
Expand Down

0 comments on commit 659d6dd

Please sign in to comment.