Skip to content

Commit

Permalink
remove steps
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson committed Jul 1, 2024
1 parent 3a3e8c9 commit 1121f22
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ jobs:
timeout-minutes: 90

steps:
- name: Print IS_WINDOWS_CONFIG
run: echo "${{ fromJSON(matrix.config.container) }}"

- name: Checkout
if: fromJSON(matrix.config.container) == null
uses: actions/checkout@v4
Expand All @@ -312,11 +309,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11.x'

- name: Ensure distutils is available
if: env.IS_MACOS_CONFIG == true
run: |
python -m pip install setuptools

- name: Install Go
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
Expand Down

0 comments on commit 1121f22

Please sign in to comment.