Skip to content

Commit

Permalink
test: update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira authored Sep 6, 2024
1 parent b2fbc8b commit 2471de4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
name: Lint workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
- name: Install requirements.txt
- name: Install requirements
run: |
pip install -r requirements.txt
- name: Linting
Expand Down

0 comments on commit 2471de4

Please sign in to comment.