Skip to content

Commit

Permalink
Merge pull request #32 from wtsi-hgi/fix-graphql-type
Browse files Browse the repository at this point in the history
Correct type on GraphQL endpoint.
  • Loading branch information
sb10 authored Oct 24, 2023
2 parents c3a1338 + 3a40df6 commit df4bfdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout an artifacts repository
uses: actions/checkout@v3
with:
repository: softpack-io/softpack-artifacts
repository: mjkw31/softpack-artifacts
path: softpack-artifacts

- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ pyyaml_env_tag==0.1
regex==2023.6.3
requests==2.31.0
six==1.16.0
urllib3==2.0.6
urllib3==2.0.7
watchdog==3.0.0
2 changes: 1 addition & 1 deletion softpack_core/config/conf/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server:

artifacts:
repo:
url: https://github.com/softpack-io/softpack-artifacts.git
url: https://github.com/mjkw31/softpack-artifacts
username: softpack-core
author: softpack
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion softpack_core/schemas/package_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ class Query:
"""GraphQL query schema."""

packageCollections: list[
PackageCollection
PackageMultiVersion
] = PackageCollection.iter # type: ignore

0 comments on commit df4bfdf

Please sign in to comment.