Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Mar 3, 2024
1 parent 13c3cff commit 131efd9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/isolated_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: "Run in debug mode."
type: boolean
required: false
default: false
default: true

env:
DEBUG: ${{ github.event.inputs.debug || false }}
Expand Down Expand Up @@ -34,9 +34,4 @@ jobs:
with:
packages: python3-tk
version: ${{ github.run_id }}-${{ github.run_attempt }}-regression_98_v2
debug: true
- name: Verify
run: |
ls -al ~/cache-apt-pkgs
cat ~/cache-apt-pkgs/install.log
shell: bash
debug: true

0 comments on commit 131efd9

Please sign in to comment.