Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Oct 27, 2023
1 parent 106ba17 commit 72de38e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ install:
if [[ $APPVEYOR_BUILD_WORKER_IMAGE != "Visual Studio" ]]; then
export PYLSL_LIB=$PWD/liblsl/lib/liblsl64.so
fi
- sh: |
python3 --version # Check Python version
- sh: |
python3.9 --version # Check Python 3.9 version
# install dependencies
- ps: |
pip uninstall -y urllib3
Expand Down

0 comments on commit 72de38e

Please sign in to comment.