Skip to content

Commit

Permalink
cmp - remove check for clean directory
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioperez committed Apr 6, 2024
1 parent f067e2d commit 8f5ecad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64 # auto universal2

- name: Verify clean directory
run: git diff --exit-code
shell: bash
# - name: Verify clean directory
# run: git diff --exit-code
# shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8f5ecad

Please sign in to comment.