Skip to content

Commit be490f9

Browse files
committed
unit test 3.11 update
1 parent c8e77fc commit be490f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/unit-tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ jobs:
1010
unit-tests:
1111

1212
runs-on: ubuntu-latest
13-
container:
14-
image: quay.io/project-codeflare/codeflare-sdk-precommit:v0.0.3
1513
steps:
1614
- uses: actions/checkout@v4
1715
- name: Install poetry
1816
run: pip install poetry
1917
- uses: actions/setup-python@v5
2018
with:
21-
python-version: '3.8'
19+
python-version: '3.11'
2220
- name: Install dependencies
2321
run: |
2422
poetry config virtualenvs.create false

0 commit comments

Comments
 (0)