Skip to content

Commit

Permalink
Don't break test CI for forks (#78)
Browse files Browse the repository at this point in the history
* Try continue-on-error

* Fixate urllib3

* Remove the debug exit
  • Loading branch information
pkopac authored May 19, 2023
1 parent c85832c commit bb9658e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel coverage
pip install -r requirements.txt
- name: Set ENV for codeclimate (pull_request)
continue-on-error: true
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/$GITHUB_HEAD_REF:refs/remotes/origin/$GITHUB_HEAD_REF
echo "GIT_BRANCH=$GITHUB_HEAD_REF" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ requests-mock>=1.3.0
vcrpy>=1.11.1
PyYAML>=5.1.2
httpretty>=0.9.6
wrapt>=1.11.2
wrapt>=1.11.2
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ uritemplate>=3.0.0
promise>=1.0.1
marshmallow>=3.10.0
future>=0.18.3
urllib3<2.0

0 comments on commit bb9658e

Please sign in to comment.