Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch default branch to main #2

Merged
merged 2 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,5 @@ jobs:
fi
done

# 2021-02-21: Workarounds to avoid podman warnings that interrupt test output
# dbus-launch https://github.com/containers/podman/issues/9353
- name: Work around podman warning output
run: |
sudo apt-get update && sudo apt-get install -y -q dbus-x11
sudo sed -i -re 's/[# ]*cgroup_manager = .+/cgroup_manager = "cgroupfs"/' /etc/containers/containers.conf
sudo apt-get install --only-upgrade podman

- name: Run tests
run: pytest -v tests/${{ matrix.repo_type }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This plugin is still in development and relies on [unreleased features of repo2docker](https://github.com/jupyter/repo2docker/pull/848).

pip install -U git+https://github.com/manics/repo2docker.git@abstractengine
pip install -U git+https://github.com/manics/repo2docker-podman.git@master
pip install -U git+https://github.com/manics/repo2docker-podman.git@main

## Running

Expand Down