Skip to content

Commit

Permalink
Github Actions: USING_COVERAGE="3.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed Jun 16, 2021
1 parent 3492dc4 commit d61434c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: [3.8, 3.9]

env:
USING_COVERAGE: "3.8"
USING_COVERAGE: "3.10"

steps:
- name: Checkout sources
Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,7 @@ pw-cli info 0
version: "0.3.30" # Possibly more actual than this version
name: "pipewire-0"
* properties:
* config.name = "pipewire.conf"
* link.max-buffers = "16"
* core.daemon = "true"
* core.name = "pipewire-0"
* cpu.max-align = "32"
* clock.power-of-two-quantum = "true"
* default.clock.rate = "48000"
* default.clock.quantum = "1024"
* default.clock.min-quantum = "32"
* default.clock.max-quantum = "8192"
* default.video.width = "640"
* default.video.height = "480"
* default.video.rate.num = "25"
* default.video.rate.denom = "1"
* mem.warn-mlock = "false"
* mem.allow-mlock = "true"
* object.id = "0"
...[more]
```
> To uninstall pipewire [clic here](./docs/UNINSTALL_PIPEWIRE.md).
Expand Down
1 change: 1 addition & 0 deletions docs/CICD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Continous Integration / Continous Deployment

0 comments on commit d61434c

Please sign in to comment.