Skip to content

Commit

Permalink
[tmp] Dropping mnatrix testing until actions/setup-python#1013 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 27, 2025
1 parent d150e20 commit 7dce86a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
build:
name: Clone, build, test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python_version: ['3.10', '3.11']
# Use https://ghcr.io/ledgerhq/speculos-builder which has all the required
# dependencies
container:
Expand All @@ -60,11 +56,6 @@ jobs:
with:
fetch-depth: 0

- name: Setup Python version
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}

- name: Build and install package
run: |
cmake -Bbuild -H. -DPRECOMPILED_DEPENDENCIES_DIR=/install -DWITH_VNC=1
Expand Down

0 comments on commit 7dce86a

Please sign in to comment.