Skip to content

Commit

Permalink
chore: fetch and store ODCS compose
Browse files Browse the repository at this point in the history
Adds a method to pull and store ODCS compose.

Signed-off-by: Omer <[email protected]>
  • Loading branch information
Omeramsc committed Dec 10, 2023
1 parent 57e85c0 commit cac8546
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 20 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ jobs:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install pipenv
run: pip install pipenv==2023.7.23
- name: Create virtualenv
run: pipenv sync
- name: Install all missing stub packages
run: pipenv run mypy --install-types
- name: Run tests
run: |
pipenv run pytest tests
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ black = "*"
mypy = "*"
pylint = "*"
isort = "*"
responses = "*"

[dev-packages]
pytest = "*"

[requires]
python_version = "3.11"
python_full_version = "3.11.6"
Loading

0 comments on commit cac8546

Please sign in to comment.