Skip to content

Commit

Permalink
fix merge wart
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Wilhite authored and s0undt3ch committed Feb 28, 2023
1 parent 8e1886d commit 38e9982
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 163 deletions.
36 changes: 0 additions & 36 deletions .github/actions/build-onedir-bare/action.yml

This file was deleted.

124 changes: 0 additions & 124 deletions .github/workflows/build-salt-action.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
path: nox.${{ inputs.distro-slug }}.tar.*
key: ${{ inputs.cache-prefix }}|testrun-deps|${{ inputs.distro-slug }}|${{ inputs.nox-session }}|${{ matrix.transport }}|${{ hashFiles('requirements/**/*.txt', 'cicd/golden-images.json') }}

# Skip jobs if nox.*.tar.* is already cached
- name: Download Onedir Tarball as an Artifact
if: steps.nox-dependencies-cache.outputs.cache-hit != 'true'
uses: actions/download-artifact@v3
Expand Down
3 changes: 0 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def _install_requirements(
if not _upgrade_pip_setuptools_and_wheel(session, onedir=onedir):
return False

if onedir and not IS_WINDOWS and not IS_DARWIN and not IS_FREEBSD:
session_run_always(session, "python3", "-m", "relenv", "toolchain", "fetch")

# Install requirements
requirements_file = _get_pip_requirements_file(
session, transport, requirements_type=requirements_type
Expand Down

0 comments on commit 38e9982

Please sign in to comment.