This commit is contained in:
@@ -7,16 +7,14 @@ on:
|
||||
jobs:
|
||||
build_macos:
|
||||
#runs-on: sequoia
|
||||
container: python:3.31-alpine
|
||||
container: python:3.13-alpine
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
run: apk add python3
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip list
|
||||
|
||||
Reference in New Issue
Block a user