diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4c2fc8b0e72..f60bb58e946 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -102,7 +102,10 @@ jobs: with: python-version: '3.9' cache: 'pip' # caching pip dependencies - - run: pip install -r .github/requirements.txt + - run: | + echo $GITHUB_WORKSPACE + cd $GITHUB_WORKSPACE/.github + pip install -r requirements.txt - name: Python test run: |