From 002125be50f76ad8a7cdca218bc88c7cf12756f7 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:14:29 -0700 Subject: [PATCH] Fixing mis-spelling of python --- .github/workflows/actions-migration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-migration.yml b/.github/workflows/actions-migration.yml index d6c3a7bddf..9329dfae35 100644 --- a/.github/workflows/actions-migration.yml +++ b/.github/workflows/actions-migration.yml @@ -186,7 +186,7 @@ jobs: virtualenv --python=/usr/bin/python2.7 --clear venv source venv/bin/activate python -m pip install semantic_version - ppython -m pip install . + python -m pip install . - name: Create a .spl for this Build Using Slim run: | source slim-latest/venv/bin/activate