Skip to content

Commit

Permalink
v4.1 initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atsiaras committed Nov 4, 2024
1 parent eeffc7c commit 14a5114
Show file tree
Hide file tree
Showing 120 changed files with 66,480 additions and 4,265 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-python-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build Python 3.10
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
build:
Expand All @@ -23,12 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/[email protected]
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python -m pip install git+https://github.com/atsiaras/exoclock.git
pip install -e .
- name: Run tests
run: pytest --cov --cov-report=xml
7 changes: 3 additions & 4 deletions .github/workflows/build-python-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build Python 3.11
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
build:
Expand All @@ -23,12 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/[email protected]
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python -m pip install git+https://github.com/atsiaras/exoclock.git
pip install -e .
- name: Run tests
run: pytest --cov --cov-report=xml
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build-python-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build Python 3.12
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
build:
Expand All @@ -23,12 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/[email protected]
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python -m pip install git+https://github.com/atsiaras/exoclock.git
pip install -e .
- name: Run tests
run: pytest --cov --cov-report=xml
7 changes: 3 additions & 4 deletions .github/workflows/build-python-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build Python 3.8
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
build:
Expand All @@ -23,12 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/[email protected]
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python -m pip install git+https://github.com/atsiaras/exoclock.git
pip install -e .
- name: Run tests
run: pytest --cov --cov-report=xml
7 changes: 3 additions & 4 deletions .github/workflows/build-python-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: Build Python 3.9
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
build:
Expand All @@ -23,12 +21,13 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/[email protected]
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
python -m pip install git+https://github.com/atsiaras/exoclock.git
pip install -e .
- name: Run tests
run: pytest --cov --cov-report=xml
Loading

0 comments on commit 14a5114

Please sign in to comment.