Skip to content

Commit

Permalink
chore(actions): fix pr push ci (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored and aquemy committed May 24, 2023
1 parent 50e44dd commit 9f73857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
persist-credentials: false

- name: Configurating Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/issues/test_issus915.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ def test_with_value(n_extreme_obs):

test_with_value(5)
test_with_value(100)
test_with_value(120)
test_with_value(120)

0 comments on commit 9f73857

Please sign in to comment.