Skip to content

Commit

Permalink
Fixed python version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PauBadiaM committed May 20, 2024
1 parent e1f88fa commit c1e7957
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.10.14"
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Test
run: |
pytest --disable-warnings .
build-macOS:

runs-on: macOS-latest
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.10.14"
- name: Install dependencies
run: |
brew install openssl
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.10.14"
- name: Install dependencies
run: |
sudo apt-get update
Expand All @@ -36,7 +36,7 @@ jobs:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
build-macOS:

runs-on: macOS-latest
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.10.14"
- name: Install dependencies
run: |
brew install openssl
Expand Down

0 comments on commit c1e7957

Please sign in to comment.