Skip to content

Commit 2028dbe

Browse files
Merge pull request #329 from nasa/feature/fix-test-version
Add step to override .python-version in workflow
2 parents 82eeb33 + 549f213 commit 2028dbe

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@v6
3232

33+
- name: Override .python-version for matrix testing
34+
run: echo "${{ matrix.python-version }}" > .python-version
35+
3336
- name: Set up Python
3437
uses: actions/setup-python@v6
3538
with:

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Changed
1010

1111
- update the default python version from 3.9 to 3.10 ([#323](https://github.com/nasa/stitchee/pull/323))([**@danielfromearth**](https://github.com/danielfromearth))
12-
- Implement uv dependency management and versioning with bump-my-version ([#???](https://github.com/nasa/stitchee/issues/???))([**@danielfromearth**](https://github.com/danielfromearth))
12+
- Implement uv dependency management and versioning with bump-my-version ([#325](https://github.com/nasa/stitchee/issues/325))([**@danielfromearth**](https://github.com/danielfromearth))
1313
- Download ICESat-2 ATL06 granules for integration testing instead of using git lfs ([#327](https://github.com/nasa/stitchee/pull/327))([**@danielfromearth**](https://github.com/danielfromearth))
14+
- Fix python version in matrixed GitHub Actions tests ([#329](https://github.com/nasa/stitchee/pull/329))([**@danielfromearth**](https://github.com/danielfromearth))
1415

1516
## [1.13.1] - 2025-01-08
1617

@@ -271,4 +272,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271272
[1.2.0]: https://github.com/nasa/ncompare/releases/tag/1.2.1
272273
[1.1.0]: https://github.com/nasa/ncompare/releases/tag/1.1.0
273274
[1.0.2]: https://github.com/nasa/ncompare/releases/tag/1.1.0
274-
[1.0.1]: https://github.com/nasa/ncompare/releases/tag/1.0.0
275+
[1.0.1]: https://github.com/nasa/ncompare/releases/tag/1.0.0

0 commit comments

Comments
 (0)