Skip to content

Commit

Permalink
Tweak action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjwood16 committed Nov 20, 2024
1 parent 11fbc30 commit 96f1938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12.4'
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
- name: Run Python script
run: python src/main.py
Expand Down

0 comments on commit 96f1938

Please sign in to comment.