Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix/issue-2288
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Mar 21, 2024
2 parents 055ca45 + 5fd6aa5 commit a1a0cbb
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 a1a0cbb

Please sign in to comment.