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

Temporary fix for version dependency issues #137

Merged
merged 55 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
09bd280
Merge pull request #120 from aburrell/rc_v2.0.1
aburrell Apr 11, 2023
4e31f91
Merge branch 'main' into develop
ljlamarche Nov 7, 2024
aaf5074
BUG: Pin numpy and python versionas a temporary fix to version compat…
ljlamarche Nov 7, 2024
962c4f3
TST: updated test versions
aburrell Nov 7, 2024
6414c95
TST: added RTD yaml
aburrell Nov 7, 2024
ba2f394
DOC: update python versions
aburrell Nov 7, 2024
6f7db5a
MAINT: updated supported python versions
aburrell Nov 7, 2024
89ed40c
BUG: avoid installing apexpy on RTD
aburrell Nov 7, 2024
824acce
DOC: updated changelog
aburrell Nov 7, 2024
eee6dc9
BUG: fix RTD requirements installation
aburrell Nov 7, 2024
c4b7674
Merge branch 'develop' into develop
aburrell Nov 7, 2024
83364bd
MAINT: cycled python versions
aburrell Nov 7, 2024
f40451e
TST: updated test requirements
aburrell Nov 7, 2024
595da0b
BUG: debug test file
aburrell Nov 7, 2024
15edecc
Merge branch 'develop' of https://github.com/ljlamarche/apexpy into p…
aburrell Nov 7, 2024
1470711
BUG: fixed typo in action name
aburrell Nov 7, 2024
6fc45bd
STY: removed whitespace
aburrell Nov 7, 2024
d395b0d
BUG: remove gcc version
aburrell Nov 7, 2024
91269e3
BUG: fixed pip call
aburrell Nov 7, 2024
72b0f6f
BUG: fixes for test bugs
aburrell Nov 7, 2024
171ed0c
BUG: fix to macos
aburrell Nov 7, 2024
03f50ff
BUG: try os in quotes
aburrell Nov 7, 2024
dc51e95
BUG: removed comment
aburrell Nov 7, 2024
3b79447
BUG: try and fix include block
aburrell Nov 7, 2024
9381b18
BUG: include syntax
aburrell Nov 7, 2024
530fb45
BUG: fixed contains call
aburrell Nov 7, 2024
b16253d
BUG: gcc install
aburrell Nov 7, 2024
4cf831f
BUG: debugging gcc installation
aburrell Nov 7, 2024
fa76409
BUG: remove tab
aburrell Nov 7, 2024
0662d34
BUG: separate Mac installation
aburrell Nov 7, 2024
b91f578
BUG: removed gfortran install
aburrell Nov 7, 2024
a72defb
BUG: fixed closing bracket location
aburrell Nov 7, 2024
b9abef1
BUG: fixed gfortran call
aburrell Nov 7, 2024
15c0357
BUG: try bumping GCC version
aburrell Nov 7, 2024
0dc3069
TST: Fix copy_file utility funtion so that correct file name is retur…
ljlamarche Nov 8, 2024
16caf57
BUG: added xml debug statement
aburrell Nov 8, 2024
8b1eced
BUG: removed tab
aburrell Nov 8, 2024
cd91902
BUG: new debug line
aburrell Nov 8, 2024
0c6cb66
BUG: remove debug lines
aburrell Nov 8, 2024
2374519
BUG: try to specify directory one level up
aburrell Nov 8, 2024
cddf9dd
BUG: remove tab
aburrell Nov 8, 2024
585ea44
BUG: attempt to specify output coverage name
aburrell Nov 8, 2024
eb2c6bb
BUG: removed tab
aburrell Nov 8, 2024
95419a5
BUG: changed filename
aburrell Nov 8, 2024
c1a8e66
BUG: added more debug lines
aburrell Nov 8, 2024
a200885
BUG: removed tabs
aburrell Nov 8, 2024
047d27d
BUG: change debug command
aburrell Nov 8, 2024
35d45e3
BUG: try removing rootdir
aburrell Nov 8, 2024
8f44170
BUG: remove tab
aburrell Nov 8, 2024
a5f2573
BUG: try simplifying call
aburrell Nov 8, 2024
f49a490
REV: try coverage again
aburrell Nov 8, 2024
cc13551
BUG: revert to coverage
aburrell Nov 8, 2024
326ce56
BUG: remove tab
aburrell Nov 8, 2024
250db1d
BUG: remove rcfile call
aburrell Nov 8, 2024
b347348
BUG: removed other rcfile call
aburrell Nov 8, 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
Prev Previous commit
Next Next commit
BUG: removed tab
Removed tab from yaml.
aburrell committed Nov 8, 2024
commit 8b1eced0f80363a8cc60b9d778d8d2b5105174b4
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ jobs:
run: |
cd ..
pytest --rootdir=apexpy --cov-report xml
ls *.xml apexpy/*.xml
ls *.xml apexpy/*.xml
mv *.xml apexpy/.
- name: Run unit and integration tests on Windows