diff --git a/.github/workflows/automated_integration_test.yml b/.github/workflows/automated_integration_test.yml index c54d70ac8..2f1aa208f 100644 --- a/.github/workflows/automated_integration_test.yml +++ b/.github/workflows/automated_integration_test.yml @@ -62,7 +62,7 @@ jobs: channel: stable - name: Install package dependencies - run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang + run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo5 cmake clang - name: Execute Build and Setup Commands run: |