-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5cef9c
commit 7410f04
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,9 @@ jobs: | |
echo "pid=$!" >> "$GITHUB_OUTPUT" | ||
echo "csv_path=$CSV_FILE" >> "$GITHUB_OUTPUT" | ||
- name: Free disk space | ||
uses: jlumbroso/[email protected] | ||
|
||
# - name: Free disk space | ||
# uses: jlumbroso/[email protected] | ||
# | ||
- name: Checkout | ||
# yamllint disable-line rule:line-length | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
|
@@ -48,15 +48,15 @@ jobs: | |
# renovate: datasource=docker depName=python versioning=docker | ||
python-version: 3.12.2 | ||
cache: pip | ||
|
||
- name: Update apt | ||
run: sudo apt update | ||
|
||
- name: Install test dependencies | ||
run: sudo apt install vagrant virtualbox | ||
|
||
- name: Install dependencies | ||
run: just install-dependencies | ||
# | ||
# - name: Update apt | ||
# run: sudo apt update | ||
# | ||
# - name: Install test dependencies | ||
# run: sudo apt install vagrant virtualbox | ||
# | ||
# - name: Install dependencies | ||
# run: just install-dependencies | ||
|
||
- name: Stop Glances | ||
run: kill ${{ steps.start-glances.outputs.pid }} | ||
|