Skip to content

Commit

Permalink
Merge pull request #2 from ucsd-ets/null-filesystem
Browse files Browse the repository at this point in the history
updated awsed client version
  • Loading branch information
dtandersen authored Jan 31, 2024
2 parents ed919a7 + f1b21d3 commit a68e300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build
on:
schedule:
- cron: '0 2 * * *'
#schedule:
# - cron: '0 2 * * *'
push:
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dacite
kubernetes==24.2.0
kubernetes>=28,<29
flask==2.3.2
jsonify
waitress
PyHamcrest
requests_mock
dataclasses-json
python-dotenv
git+https://github.com/ucsd-ets/awsed_python_client.git@Rebuild
git+https://github.com/ucsd-ets/awsed_python_client.git@2024.1.2-RC1

0 comments on commit a68e300

Please sign in to comment.