Update guidelines.yml

This commit is contained in:
Adam Wilson
2025-09-01 13:48:39 -06:00
committed by GitHub
parent a7d582fc4f
commit 377a38e786

View File

@@ -17,12 +17,12 @@ jobs:
- name: 'set up Python'
uses: actions/setup-python@v3
with:
python-version: '3.12'
python-version: '3.12.3'
- name: 'set up Python dependencies'
shell: bash
run: |
pip install -r ${{ github.workspace }}/requirements.txt
pip install -r ${{ github.workspace }}/requirements.github_actions.txt
- name: 'set up Microsoft Phi-3 Mini 4k LLM from HuggingFace'
shell: bash