Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 30, 2024
1 parent b14b5be commit 91b73a6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/misc_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand All @@ -40,10 +40,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand All @@ -58,10 +58,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand All @@ -76,10 +76,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand All @@ -97,10 +97,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand All @@ -118,10 +118,10 @@ jobs:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox
Expand Down

0 comments on commit 91b73a6

Please sign in to comment.