Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/python-app-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
- name: Set up Python 3.12.6+
uses: actions/setup-python@v2
with:
python-version: '>=3.12.6 <3.14'

runs-on: macos-latest # This uses the latest macOS runner image
steps:
- name: Install libsodium via Homebrew
run: brew install libsodium
python-version: '>=3.12.6'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -59,7 +54,7 @@ jobs:
- name: Set up Python 3.12.6+
uses: actions/setup-python@v2
with:
python-version: '>=3.12.6 <3.14'
python-version: '>=3.12.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -80,7 +75,7 @@ jobs:
- name: Set up Python 3.12.6+
uses: actions/setup-python@v2
with:
python-version: '>=3.12.6 <3.14'
python-version: '>=3.12.6'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Loading