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: scylladb/spark-scylladb-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5aa08b635d064761669a9e762f80cf4cb4c46105
Choose a base ref
..
head repository: scylladb/spark-scylladb-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c079d51401c5e8c03a7b30c27202e9dc2e50293
Choose a head ref
Showing with 5 additions and 0 deletions.
  1. +5 −0 .github/workflows/main.yml
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: ccm pip installation
uses: BSFishy/pip-action@v1
with:
packages: git+https://github.com/riptano/ccm.git@435f3210e16d0b648fbf33d6390d5ab4c9e630d4

- name: Setup Scala
uses: actions/setup-java@v4
with: