Skip to content

Commit 6ea9424

Browse files
authored
chore: fix CI, bump Python version in requirements (#1650)
* chore: fix CI, bump Python version in requirements Signed-off-by: William Woodruff <william@astral.sh> * add --require-hashes for good measure Signed-off-by: William Woodruff <william@astral.sh> --------- Signed-off-by: William Woodruff <william@astral.sh>
1 parent fe13b74 commit 6ea9424

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
cache: "pip"
4747

4848
- name: Run test install
49-
run: python -m pip install -r install/requirements.txt
49+
run: python -m pip install --require-hashes --no-deps -r install/requirements.txt

install/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.16
1+
3.10.19

0 commit comments

Comments
 (0)