Skip to content

Commit

Permalink
Merge pull request #222 from ISISComputingGroup/use_311
Browse files Browse the repository at this point in the history
Setup python explicitly
  • Loading branch information
FreddieAkeroyd authored Jan 22, 2025
2 parents 7cc13af + 3d5a195 commit 6040db9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- name : Checkout code
uses : actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6040db9

Please sign in to comment.