Skip to content

Commit

Permalink
update scripts/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 29, 2024
1 parent 9590047 commit fa50efd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
if-no-files-found: error

linux:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -110,6 +111,7 @@ jobs:
if-no-files-found: error

windows:
if: false
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -136,6 +138,7 @@ jobs:
if-no-files-found: error

macos:
if: false
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -157,6 +160,7 @@ jobs:
if-no-files-found: error

sdist:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -217,5 +221,4 @@ jobs:
. .venv/bin/activate
export PATH=$SCRIPTS:$PWD/.venv/bin:$PATH
echo $PATH
which test
test
$SCRIPTS/test

0 comments on commit fa50efd

Please sign in to comment.