Skip to content

Commit

Permalink
[ci][fix] *Really* test the code on several Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Feb 7, 2024
1 parent 0c1f6a6 commit 04b61ad
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 04b61ad

Please sign in to comment.