Skip to content

Commit

Permalink
Manually change version for now
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <[email protected]>
  • Loading branch information
bvandekerkhof committed Feb 19, 2024
1 parent 37678d2 commit 849dab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
uses: sede-open/pyELQ/.github/workflows/sonarcloud_analysis.yml@main
needs: Tests
secrets: inherit

ReleaseTag:
uses: sede-open/pyELQ/.github/workflows/release_tagging.yml@main
needs: [CodeFormat, Pydocstyle, Pylint, Tests]
secrets: inherit
#
# ReleaseTag:
# uses: sede-open/pyELQ/.github/workflows/release_tagging.yml@main
# needs: [CodeFormat, Pydocstyle, Pylint, Tests]
# secrets: inherit

Build:
uses: sede-open/pyELQ/.github/workflows/build_package.yml@main
needs: ReleaseTag
needs: [CodeFormat, Pydocstyle, Pylint, Tests]
secrets: inherit

PublishDocs:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_source_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


def test_n_sources():
"""Test if nof_sources property works as expected."""
"""Test if the nof_sources property works as expected."""
n_samples = np.random.randint(1, 100)
array = np.random.random((n_samples, 2))

Expand Down

0 comments on commit 849dab3

Please sign in to comment.