Skip to content

Commit

Permalink
Updates CI/CD to setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
domna authored and PeterC-DLS committed Feb 8, 2024
1 parent d73be60 commit 9d4c4da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Deploy Information
if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }}
run: |
Expand Down

0 comments on commit 9d4c4da

Please sign in to comment.