Skip to content

Commit

Permalink
installing first (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Jul 20, 2023
1 parent 489e0ec commit ad3cf48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- python-version: "3.11"
os: "ubuntu-22.04"
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}
cancel-in-progress: true

steps:
- uses: szenius/[email protected]
with:
Expand All @@ -33,7 +37,9 @@ jobs:
- name: Update pip
run: |
pip install --upgrade pip
pip install pytest pytest-md pytest-emoji pytest-cov
pip install pytest pytest-md pytest-emoji
- name: Install package
run: pip install .
- uses: pavelzw/pytest-action@v2
with:
emoji: true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
build/
.coverage*
coverage.xml
dist/

0 comments on commit ad3cf48

Please sign in to comment.