Skip to content

Commit

Permalink
final cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Aug 30, 2024
1 parent 490855a commit e53a934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
tool: just
- uses: "actions/checkout@v3"
- name: Set up uv
# Install latest uv version using the installer
run: curl -LsSf https://astral.sh/uv/install.sh | sh

# Set up environment and run code quality checks
- name: "Run install deps"
run: "just bootstrap ${{ matrix.python-version }}"
- name: "Run code quality checks"
run: "just check"
# Enable when passing
# - name: "Run code quality checks"
# run: "just check-types"
- name: "Run tests"
run: "just ci-test ${COVERAGE_DIR}"

# Publish code coverage results
- name: Code Coverage Report
if: ${{ matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest' }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: "Publish release"
runs-on: "ubuntu-latest"

environment:
name: PyPi
environment: release

steps:
- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit e53a934

Please sign in to comment.