Skip to content

Commit

Permalink
Add Debian Bullseye to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Aug 16, 2021
1 parent 4c23aae commit 6931be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
include:
- { os: "ubuntu-latest", packaging: "apt", container: "debian:stretch", python: "python3" }
- { os: "ubuntu-latest", packaging: "apt", container: "debian:buster", python: "python3" }
- { os: "ubuntu-latest", packaging: "apt", container: "debian:bullseye", python: "python3" }
- { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:bionic", python: "python3" }
- { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:focal", python: "python3" }
- { os: "macos-10.15", packaging: "brew", python: "python3" }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-some.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# NOTE manylinux2010 does not have a working nodejs. Use git and curl
# instead of actions
- name: Checkout latest revision
run: git clone https://github.com/lamyj/sycomore.git .
run: git clone --depth=1 https://github.com/lamyj/sycomore.git .
- name: Built-in Python version
run: python -V
- name: Build wheel
Expand Down

0 comments on commit 6931be0

Please sign in to comment.