Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Update workflow to downgrade python
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Nov 13, 2023
1 parent 57adb7d commit 3c260aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/imperative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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::"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3c260aa

Please sign in to comment.