diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index e2b4c45..532ff5f 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -16,7 +16,7 @@ jobs: python-version: '3.x' - name: Upgrade pip and install requests - run: + run: | python -m pip install --upgrade pip python -m pip install requests