We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536d5a8 commit 594e7c0Copy full SHA for 594e7c0
.github/workflows/moban-update.yml
@@ -10,7 +10,7 @@ jobs:
10
ref: ${{ github.head_ref }}
11
token: ${{ secrets.PAT }}
12
- name: Set up Python
13
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v5
14
with:
15
python-version: '3.11'
16
- name: check changes
.github/workflows/pythonpackage.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install -r requirements.txt
23
- name: Lint with flake8
24
run: |
25
- make install_test format git-diff-check lint
+ make install_test format git-diff-check
26
- name: Test with pytest
27
28
pip install -r tests/requirements.txt
0 commit comments