Skip to content

Commit

Permalink
Merge branch 'ps/githubworkflow' of github.com:NREL/infrasys into ps/…
Browse files Browse the repository at this point in the history
…githubworkflow
  • Loading branch information
pesap committed Jun 20, 2024
2 parents fd17c3c + 33082cc commit ba5a4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
name: infrasys-tests
fail_ci_if_error: false
verbose: true
if: ${{ matrix.os =='ubuntu-latest' }}
mypy:
runs-on: ubuntu-latest
name: "mypy"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "infrasys"
version = "0.0.3"
version = "0.0.4"
description = ''
readme = "README.md"
requires-python = ">=3.10, <3.13"
Expand Down

0 comments on commit ba5a4ee

Please sign in to comment.