Skip to content

Commit

Permalink
Python - Set Python3 V3.11 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Nov 3, 2023
1 parent 065c8b1 commit 8fd43a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Python3
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Install
run: npm i --ignore-scripts

# Make sure no new dependencies were installed after running 'npm i'
- name: Make sure branch is clean
run: git diff --exit-code
Expand Down Expand Up @@ -73,4 +73,3 @@ jobs:
# Run tests with Virtual frame buffer to allow running VS-Code without a display
run: xvfb-run npm t
if: runner.os == 'Linux'

0 comments on commit 8fd43a3

Please sign in to comment.