Skip to content

Commit 1615fdc

Browse files
committed
use full --exclude
1 parent 6bdc6c2 commit 1615fdc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
command: |
8888
ostag="${{ steps.ostag.outputs.ostag }}"
8989
mkdir $ostag
90-
pixi run --manifest-path modflow6/pixi.toml make-program : --appdir $ostag -ex gridgen --zip $ostag.zip --verbose
90+
pixi run --manifest-path modflow6/pixi.toml make-program : --appdir $ostag --exclude gridgen --zip $ostag.zip --verbose
9191
pixi run --manifest-path modflow6/pixi.toml make-program mf2005,mflgr,mfnwt,mfusg --appdir $ostag --double --keep --zip $ostag.zip --verbose
9292
if [[ "${{ matrix.os }}" == "macos-14" ]]; then
9393
pixi run --manifest-path modflow6/pixi.toml make-program mf6 --appdir $ostag --keep --zip $ostag.zip --verbose --fflags='-O1'

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
echo "ostag=$ostag" >> $GITHUB_OUTPUT
8686
8787
# interactive debugging
88-
- name: Setup tmate session
89-
uses: mxschmitt/action-tmate@v3
88+
# - name: Setup tmate session
89+
# uses: mxschmitt/action-tmate@v3
9090

9191
- name: Build programs
9292
uses: nick-fields/retry@v3
@@ -96,7 +96,7 @@ jobs:
9696
command: |
9797
ostag="${{ steps.ostag.outputs.ostag }}"
9898
mkdir $ostag
99-
pixi run --manifest-path modflow6/pixi.toml make-program : --appdir $ostag -ex gridgen --zip $ostag.zip --verbose
99+
pixi run --manifest-path modflow6/pixi.toml make-program : --appdir $ostag --exclude gridgen --zip $ostag.zip --verbose
100100
pixi run --manifest-path modflow6/pixi.toml make-program mf2005,mflgr,mfnwt,mfusg --appdir $ostag --double --keep --zip $ostag.zip --verbose
101101
if [[ "${{ matrix.os }}" == "macos-14" ]]; then
102102
pixi run --manifest-path modflow6/pixi.toml make-program mf6 --appdir $ostag --keep --zip $ostag.zip --verbose --fflags='-O1'
@@ -200,8 +200,6 @@ jobs:
200200
# interactive debugging
201201
# - name: Setup tmate session
202202
# uses: mxschmitt/action-tmate@v3
203-
# with:
204-
# limit-access-to-actor: true
205203

206204
- name: Update readme
207205
id: update-readme

0 commit comments

Comments
 (0)