Skip to content

Commit

Permalink
Remove git dependency causing PyPI failure
Browse files Browse the repository at this point in the history
Skip tests depending on unreleased dependency
  • Loading branch information
NeonDaniel committed Sep 18, 2024
1 parent a7cdd45 commit bb015bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

name: Publish Alpha Build
on:
# TODO: Remove dispatch trigger
workflow_dispatch:
push:
branches:
- dev
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
# TODO: Enable with https://github.com/NeonGeckoCom/neon-minerva/pull/25
# skill_intent_tests:
# uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
skill_install_tests:
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TODO: Update to released dependency spec.
#neon-minerva[padatious]~=0.2
neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting
# TODO: Update dependency for intent tests
neon-minerva[padatious]~=0.2
#neon-minerva[padatious]@git+https://github.com/neongeckocom/neon-minerva@FEAT_BetterCommonQueryTesting

0 comments on commit bb015bb

Please sign in to comment.