Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: element-hq/matrix-content-scanner-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1abeaff0c5b877be6281881ce375ee3cccb41474
Choose a base ref
..
head repository: element-hq/matrix-content-scanner-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af7f72632cbcbe14fea671e500210280a4e694db
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 .github/workflows/ci.yml
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v2

- name: Setup Poetry
uses: matrix-org/setup-python-poetry@v1
with:
install-project: "false"