Skip to content

Commit

Permalink
using Python 3.10.12 instead of 3.10 for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Milstein committed Jul 31, 2024
1 parent 1ba5405 commit d3804bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: [3.10.12]

steps:
- name: Checkout Main
Expand All @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies and setup git config
run: |
python -m pip install --upgrade pip
Expand All @@ -46,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: [3.10.12]

# this part will only run if the PR has been merged
# if: github.event.pull_request.merged == true
Expand All @@ -61,7 +60,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install dependencies and setup git config
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d3804bd

Please sign in to comment.