Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Dec 10, 2024
1 parent 07abda9 commit 2f00a49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ environment:
global:
PYLSL_LIB: /home/appveyor/.local/lib/python3.10/site-packages/pylsl/lib/liblsl.so
matrix:
- ID: macOS
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PYTHON: "3.9"
PYTHON_VERSION: "3.9"
- ID: VS2019_Py312
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python312-x64"
Expand All @@ -21,10 +25,6 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9"
- ID: macOS
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
PYTHON: "3.9"
PYTHON_VERSION: "3.9"

#- ID: Ubuntu
# APPVEYOR_BUILD_WORKER_IMAGE: ubuntu2004
Expand Down Expand Up @@ -83,7 +83,7 @@ install:
brew update
brew install [email protected]
python3.9 -m pip install --upgrade urllib3>=2.0.5
python3.9 -m pip install .
python3.9 -m pip install -e .
python3.9 -m pip install pytest pytest-timeout ruff
;;
esac
Expand Down

0 comments on commit 2f00a49

Please sign in to comment.