Skip to content

Commit

Permalink
Use python 3.8 instead of 3.9 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 24, 2024
1 parent ee479b7 commit 69dd089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
ref: ${{ github.head_ref }}

- name: Set up Python 3.9
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.8

- name: Update requirements files
uses: UW-GAC/pip-tools-actions/update-requirements-files@v1.0
Expand Down

0 comments on commit 69dd089

Please sign in to comment.