Skip to content

Commit

Permalink
ci: Add urllib3 to windows python tests (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-mihok authored Mar 14, 2024
1 parent 9ed9aac commit 5fd6aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Set-Location py
python -m venv venv
.\venv\Scripts\python -m pip install --upgrade pip
.\venv\Scripts\python -m pip install --editable h2o_wave
.\venv\Scripts\pip install httpx typing_extensions
.\venv\Scripts\pip install httpx urllib3 typing_extensions
echo "# Generated in hatch_build.py\n__platform__ = 'linux'\n__arch__ = 'amd64'" > h2o_wave/h2o_wave/metadata.py
if ($LastExitCode -ne 0) { exit $LastExitCode }

Expand Down

0 comments on commit 5fd6aa5

Please sign in to comment.