Skip to content

Commit 1ee2d17

Browse files
committed
chore: fix CI, bump Python version in requirements
Signed-off-by: William Woodruff <[email protected]>
1 parent fe13b74 commit 1ee2d17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 --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)