Skip to content

Commit

Permalink
Merge pull request #317 from OpenFreeEnergy/bugfix/fastapi-multipart
Browse files Browse the repository at this point in the history
Addressing failures in CI
  • Loading branch information
dotsdl authored Oct 25, 2024
2 parents 65b4c4e + 8a5a28b commit 765d2b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- "3.12"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: mamba-org/setup-micromamba@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- python-jose
- passlib
- bcrypt
- python-multipart
- python-multipart=0.0.12 # temporarily pinned due to broken 0.14 release on conda-forge
- starlette
- httpx
- cryptography
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- python-jose
- passlib
- bcrypt
- python-multipart
- python-multipart=0.0.12 # temporarily pinned due to broken 0.14 release on conda-forge
- starlette
- httpx
- cryptography
Expand Down

0 comments on commit 765d2b7

Please sign in to comment.