Skip to content

Commit

Permalink
Update dependencies and workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchuandatou committed Sep 17, 2024
1 parent dede766 commit f4ea63a
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 438 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
export E2E=yes
pipenv run pytest -p no:cacheprovider
- name: "Upload screenshots"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flask-pytest = "*"
invenio-logging = {extras = ["sentry-sdk"], version = ">=2.0.0,<3.0.0"}
sentry-sdk = "<2.0.0,>=1.0.0"
ultraviolet-saml = {git = "https://github.com/nyudlts/ultraviolet-saml.git"}
ultraviolet-permissions = {git = "https://github.com/nyudlts/ultraviolet-permissions-module.git", ref="align-v12-update"}
ultraviolet-permissions = {git = "https://github.com/nyudlts/ultraviolet-permissions-module.git", ref="align-v12-update", egg = "ultraviolet_permissions"}
invenio-communities = {git = "https://github.com/nyudlts/ultraviolet-communities.git", ref="feature-update-sync"}
lxml = "==4.9.3"
xmlsec = "==1.3.13"
Expand Down
Loading

0 comments on commit f4ea63a

Please sign in to comment.