Skip to content

Commit d9a09d5

Browse files
Merge branch 'feature/issue-307-use-uv-for-dependency-management' of https://github.com/nasa/ncompare into feature/issue-307-use-uv-for-dependency-management
2 parents 66d31b4 + 4daa92b commit d9a09d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ on:
2020

2121
jobs:
2222
build_and_test:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
strategy:
2525
matrix:
2626
python-version: [ '3.11', '3.12', '3.13', '3.14' ]
2727

2828
name: Python ${{ matrix.python-version }} tests
2929
steps:
30-
- name: Checkout repository with LFS
30+
- name: Checkout repository
3131
uses: actions/checkout@v5
3232

3333
- name: Set up Python

.github/workflows/version-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Main build job
2121
build:
2222
needs: run_tests
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
permissions:
2525
contents: write
2626
packages: write

0 commit comments

Comments
 (0)