Skip to content

Commit

Permalink
add python 3.13 installation for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-papazian committed Feb 14, 2025
1 parent 335ddec commit fda6591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
if: matrix.os == 'macos-latest'
run: brew install coreutils

- name: Install dependencies
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
run: sudo apt-get install -y python3.13

- name: Run tests
run: hatch run +py=${{ matrix.python-version }} multiple_os_tests:test

Expand Down

0 comments on commit fda6591

Please sign in to comment.