Skip to content

Commit bc8209c

Browse files
committed
rollback to python3.11 and revert back of pipfile contents as per peer review
1 parent 80b7315 commit bc8209c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- name: Set up Python 3.12
25+
- name: Set up Python 3.11
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.12
28+
python-version: 3.11
2929

3030
- name: Install pipenv
3131
run: |

0 commit comments

Comments
 (0)