Skip to content

Commit

Permalink
Ensuring all setups run on 3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
markbotterill committed Jan 19, 2024
1 parent 6fd4fe0 commit a8926ff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pkg_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python environment
- name: Set up Python 3.10.6
uses: actions/setup-python@v2
with:
python-version: '3.10.6'

- name: Upgrade pip
run: pip install --upgrade pip
Expand All @@ -28,8 +30,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python environment
- name: Set up Python 3.10.6
uses: actions/setup-python@v2
with:
python-version: '3.10.6'

- name: Upgrade pip
run: pip install --upgrade pip
Expand All @@ -44,8 +48,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python environment
- name: Set up Python 3.10.6
uses: actions/setup-python@v2
with:
python-version: '3.10.6'

- name: Upgrade pip
run: pip install --upgrade pip
Expand Down

0 comments on commit a8926ff

Please sign in to comment.