Skip to content

Commit

Permalink
Retrigger checks #14
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVieriu97 committed Jan 24, 2023
1 parent 275fcc5 commit cee95a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Install requirements
env:
ENV_NAME: conda-test-env-${{ github.run_id }}
PY_VERS: 3.9
run: |
${CONDA_RUN} pip install -r .github/requirements-gha-cache.txt --user
${CONDA_RUN} python3 -mpip install pip install -r .github/requirements-gha-cache.txt --user
- name: Initialize lint dependencies
env:
Expand Down

0 comments on commit cee95a3

Please sign in to comment.