We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 496004a + 628a052 commit d77140cCopy full SHA for d77140c
1 file changed
.github/workflows/python-package.yml
@@ -23,12 +23,11 @@ jobs:
23
steps:
24
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
+ uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
27
with:
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
30
run: |
31
- python -m pip install --upgrade pip
32
pip install -r requirements.txt -r requirements-test.txt
33
- name: Lint with flake8 and pylint
34
0 commit comments