From 766ed654ba785cfe11e6ee8714fcb1199e073977 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sat, 30 Apr 2022 22:56:53 -0500 Subject: Remove native compilation ('python', 'node-gyp') since we no longer have such dependencies (#73) --- .github/workflows/builds.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to '.github/workflows/builds.yml') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8bde362a8..74ac7c1b9 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -52,10 +52,6 @@ jobs: if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} with: node-version-file: ".nvmrc" - - name: Use python specified in 'CONTRIBUTING.md' - uses: actions/setup-python@v3 - with: - python-version: '3.10.4' - id: should_run name: Check whether there are any commits since this run was last triggered and push them and/or set the output if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} @@ -152,10 +148,6 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" - - name: Use python specified in 'CONTRIBUTING.md' - uses: actions/setup-python@v3 - with: - python-version: '3.10.4' - name: Install npm run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v - name: Install pnpm @@ -243,10 +235,6 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" - - name: Use python specified in 'CONTRIBUTING.md' - uses: actions/setup-python@v3 - with: - python-version: '3.10.4' - name: Install npm run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v - name: Install pnpm @@ -357,10 +345,6 @@ jobs: uses: actions/setup-node@v3 with: node-version-file: ".nvmrc" - - name: Use python specified in 'CONTRIBUTING.md' - uses: actions/setup-python@v3 - with: - python-version: '3.10.4' - name: Install npm run: npm i -gf "npm@$(node -p 'require(\"./package.json\").engines.npm')" && npm -v - name: Install pnpm -- cgit v1.2.3-70-g09d2