Skip to content

Commit

Permalink
Update update_configs_manifest.yml using python
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHCenalmor authored Aug 26, 2024
1 parent 469508b commit 958ff4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_configs_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
repository: HenriquesLab/ZeroCostDL4Mic
path: ZeroCostDL4Mic
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- name: Install requirements
working-directory: ./DL4MicEverywhere
run: pip install -r .tools/requirements.txt
Expand Down

0 comments on commit 958ff4f

Please sign in to comment.