We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a717299 commit cd75fd1Copy full SHA for cd75fd1
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
pull_request:
6
push:
7
branches:
8
- - main
+ - master
9
workflow_dispatch:
10
11
jobs:
@@ -26,16 +26,16 @@ jobs:
26
options: --user root
27
28
steps:
29
- - name: 💾 Check out repository
+ - name: Check out repository
30
uses: actions/checkout@v4
31
32
- - name: 🛠️ Set up build environment
+ - name: Set up build environment
33
shell: bash
34
run: |
35
apt update && apt install -y python3-pip
36
python3 -m pip install --break-system-packages --upgrade hatch
37
38
- - name: 🔥 Test
+ - name: Test
39
run: hatch -v run pytest -vv tests
40
41
concurrency:
0 commit comments