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 d993b91 commit c2b0fe7Copy full SHA for c2b0fe7
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: ⚙️ Build
2
3
-on: [push]
+on: [ push ]
4
5
jobs:
6
build:
@@ -17,12 +17,12 @@ jobs:
17
fetch-depth: 1
18
- name: Set up Python ${{ matrix.python-version }} 🐍
19
uses: actions/setup-python@v5.1.0
20
- with:
21
- python-version: ${{ matrix.python-version }}
+ with:
+ python-version: ${{ matrix.python-version }}
22
- name: Install dependencies ⚙️
23
- run: |
24
- python -m pip install --upgrade pip
25
- pip install -U -e .[testing]
+ run: |
+ python -m pip install --upgrade pip
+ pip install -U -e .[testing]
26
- name: Test 🧪
27
28
- python -m unittest discover
+ python -m unittest discover
0 commit comments