mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 22:52:51 +00:00
Update guidelines.yml
This commit is contained in:
4
.github/workflows/guidelines.yml
vendored
4
.github/workflows/guidelines.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user