Skip to content

Commit

Permalink
platform check python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 11, 2023
1 parent 9746f2a commit 13a0af4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python --version
- run: python3 --version
- name: Checkout
uses: actions/checkout@v3
- name: Install npm dependencies
run: npm ci
run: npm ci --ignore-scripts --no-optional
- name: Compile native
run: npm run prebuild:current
- name: Run tests
Expand Down

0 comments on commit 13a0af4

Please sign in to comment.