Skip to content

Commit

Permalink
Merg b ranch 'main' of https://github.com/pph-collective/TITAN into s…
Browse files Browse the repository at this point in the history
…n-philly
  • Loading branch information
shayla831 committed Mar 21, 2023
2 parents 2088a21 + c821bc5 commit 07947b6
Show file tree
Hide file tree
Showing 28 changed files with 418 additions and 551 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Set up Poetry
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-lint-python3.6-${{ hashFiles('**/poetry.lock') }}
key: venv-lint-python3.8-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install -E linting --no-dev
- name: Lint with flake8
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-python3.6-${{ hashFiles('**/poetry.lock') }}
key: venv-python3.8-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install
- name: Unit Test with pytest
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-python3.6-${{ hashFiles('**/poetry.lock') }}
key: venv-python3.8-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install
- name: Integration Test with pytest
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-pypy3.6-${{ hashFiles('**/poetry.lock') }}
key: venv-pypy3.8-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: poetry install --no-dev

Expand Down
Loading

0 comments on commit 07947b6

Please sign in to comment.