Skip to content

Commit

Permalink
Update cut-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Mar 31, 2024
1 parent 9b4c9e5 commit ecc2311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v3

- name: Set up Python 3.5
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.5
python-version: 3.6

- name: Install dependencies
run: |
Expand Down

0 comments on commit ecc2311

Please sign in to comment.