Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Oct 28, 2023
1 parent bbbb078 commit a584239
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ matrix:
install:
# Install dependencies
- ps: |
pip install --upgrade --no-warn-script-location urllib3>=2.0.5
pip install .
pip install pytest pytest-timeout ruff
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2019") {
# Windows-specific setup here
pip install --upgrade urllib3>=2.0.5
pip install .
pip install pytest pytest-timeout ruff
}
- sh: |
case $APPVEYOR_BUILD_WORKER_IMAGE in
"ubuntu2204")
Expand Down

0 comments on commit a584239

Please sign in to comment.