Skip to content

Commit

Permalink
fix: macos/py stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubcs committed Mar 22, 2024
1 parent 6d86b88 commit 47a5c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
jobs:
build:
name: Lint
runs-on: ${{ vars.WF_UBUNTU_LTS }}
runs-on: []
strategy:
matrix:
node-version:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:

- name: Ensure pip is installed
run: python3 -m ensurepip
- name: Install specific python dependencies
run: python3 -m pip install setuptools

- name: Get npm cache directory path
if: ${{ runner.os != 'Windows' }}
Expand Down Expand Up @@ -99,10 +97,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- "${{ vars.WF_UBUNTU_LTS }}"
os: []
node-version:
- "${{ vars.WF_NODEJS_LATEST }}"
- "${{ vars.WF_NODEJS_OLD }}"
steps:
- name: Checkout Release from lens
Expand Down

0 comments on commit 47a5c08

Please sign in to comment.