Skip to content

Commit

Permalink
chore: reenable macos-latest stage with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyaRanjanPatnaik committed Dec 7, 2023
1 parent cd150c2 commit dd565e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Check out karya-server repo to v5-dev
Expand Down Expand Up @@ -55,6 +55,16 @@ jobs:
cache: "npm"
cache-dependency-path: "**/*/package-lock.json"

- name: Use Python 11
uses: actions/setup-python@v4
with:
python-version: "3.11"
env:
PYTHON_VERSION: "3.11"

- name: Install python deps
run: python3 -m pip install packaging

- name: Log package.json
working-directory: ./server/worker-web
run: cat package.json
Expand Down

0 comments on commit dd565e3

Please sign in to comment.