Skip to content

Commit

Permalink
test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermiah committed Nov 19, 2023
1 parent 74aa4ad commit 7ba0324
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install poetry
uses: snok/install-poetry@v1

- name: Install package
run: poetry install

- name: Test with pytest
run: |
pytest -v -s
run: poetry run pytest

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
requests = "^2.26.0"

[tool.poetry.dev-dependencies]
[tool.semantic_release]
Expand Down
File renamed without changes.

0 comments on commit 7ba0324

Please sign in to comment.