Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labeler_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# matrix:
# python-version: [ '3.6','3.7', '3.8' ]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

Check warning on line 25 in .github/workflows/labeler_workflow.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=Adyen_adyen-python-api-library&issues=AaCsNBgUL4QSNSxNfVES&open=AaCsNBgUL4QSNSxNfVES&pullRequest=486
pip install tox
sudo apt-get update
sudo apt install libcurl4-openssl-dev
Expand Down
Loading