Skip to content

Commit

Permalink
Merge ed70233 into f5d85d6
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed Nov 1, 2023
2 parents f5d85d6 + ed70233 commit 7c7f057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade setuptools pip
python -m pip install --upgrade setuptools==58 pip==21
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.2.0
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.2.3
alembic==0.8.1
future==0.18.2
future==0.18.2

0 comments on commit 7c7f057

Please sign in to comment.