diff --git a/.github/workflows/imperative.yml b/.github/workflows/imperative.yml index aa42651a7..063172d80 100644 --- a/.github/workflows/imperative.yml +++ b/.github/workflows/imperative.yml @@ -38,6 +38,11 @@ jobs: node-version: ${{ matrix.node-version }} check-latest: true + - name: Downgrade Python + uses: actions/setup-python@v4 + with: + python-version: '3.11.5' + - name: Disable Lint Annotations run: | echo "::remove-matcher owner=eslint-compact::" @@ -98,6 +103,11 @@ jobs: uses: actions/setup-node@v3 with: node-version: 'lts/*' + + - name: Downgrade Python + uses: actions/setup-python@v4 + with: + python-version: '3.11.5' - name: Install Dependencies run: npm ci