Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment out tmate action #356

Merged
merged 32 commits into from
Apr 23, 2024
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
728dfb6
bump PartMC submodule version to v2.8.0
slayoo Apr 10, 2024
f429232
add new file to partmc source list
slayoo Apr 12, 2024
0213c2a
fix preprocessor define logic in parameter files
slayoo Apr 12, 2024
40c9fb5
add false for read_aero_weight_classes
jcurtis2 Apr 12, 2024
38d110e
deal with int64 for ids
jcurtis2 Apr 12, 2024
9bb1eb8
first pass at dealing with scalars becoming arrays
jcurtis2 Apr 12, 2024
7193ee6
add a copy_weight to sample_particles test
jcurtis2 Apr 12, 2024
5f9cfa4
make length of optical arrays set to n_swbands from aero_data_parameters
jcurtis2 Apr 12, 2024
6c1052b
remove n_orig_part. replace with component sources
jcurtis2 Apr 12, 2024
9b2ec37
add missing file to CMakeList for fortran example
jcurtis2 Apr 12, 2024
6f73902
fix readme_fortran example
jcurtis2 Apr 12, 2024
811e1eb
bump PartMC submodule
jcurtis2 Apr 15, 2024
7e4bf73
fix aero_particle id
jcurtis2 Apr 15, 2024
260aa25
first steps toward enabling HDF5 in out local netCDF build (for int64…
slayoo Apr 17, 2024
e00ca7e
compiling HDF5 using the HDF5_EXTERNALLY_CONFIGURED CMake option
slayoo Apr 19, 2024
d166a7a
fixes in build and link steps for hdf/netcdf
slayoo Apr 20, 2024
b1b0b62
one more condition for netCDF CmakeLists extraction
slayoo Apr 20, 2024
b6e4b40
fix hdf5 linking
slayoo Apr 20, 2024
5a5e874
bump partmc to most recent bug fix for least_create_time
jcurtis2 Apr 20, 2024
a8a4d29
fix manifest
slayoo Apr 20, 2024
db96e5e
bump partmc version again...
slayoo Apr 20, 2024
f4069e5
sort out warning-detection false-positives
slayoo Apr 20, 2024
eed3bf3
workaround for CRLF issues on Windows in generated HDF5 headers; READ…
slayoo Apr 21, 2024
bad4186
another try at workarounding Windows CRLF issue
slayoo Apr 21, 2024
4866520
fix missing dir issue
slayoo Apr 21, 2024
e7dc42c
tmate for debugging
slayoo Apr 21, 2024
52d6d4c
try sorting out newline issue again
slayoo Apr 21, 2024
2c64802
comment out hacks
slayoo Apr 21, 2024
e2dd51f
yet another try...
slayoo Apr 21, 2024
9f1d187
comment out tmate action
slayoo Apr 23, 2024
80f247c
Merge remote-tracking branch 'upstream/main' into bump_partmc_submodule
slayoo Apr 23, 2024
3b2a97f
comment out tmate action
slayoo Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ jobs:
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests

### uncomment to gain ssh access in case of failure
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

dist_check:
runs-on: ubuntu-latest
Expand Down
Loading