Skip to content

Commit

Permalink
Merge pull request #16 from LedgerHQ/fix/ci
Browse files Browse the repository at this point in the history
*Really* test the code on several Python versions
  • Loading branch information
lpascal-ledger authored Feb 7, 2024
2 parents 0c1f6a6 + 04b61ad commit 5e1ade8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Clone
uses: actions/checkout@v4

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

- name: Build & install
run: |
pip install -U pip
Expand Down

0 comments on commit 5e1ade8

Please sign in to comment.