We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcb14f commit edd373fCopy full SHA for edd373f
.github/workflows/checks.yml
@@ -4,7 +4,7 @@ jobs:
4
lint:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- run: sudo apt-get update -y
9
- run: sudo apt-get install -y python3-pip python3-setuptools
10
- run: sudo pip3 install black pyflakes
@@ -27,7 +27,7 @@ jobs:
27
container:
28
image: ${{ matrix.image }}
29
30
31
- run: rpm -q python3 || dnf install --nogpgcheck -y python3
32
- run: rpm -q git || dnf install --nogpgcheck -y git
33
- run: python3 -m unittest -v tests/test_unit.py
0 commit comments