Skip to content

Commit

Permalink
Merge pull request #16 from obss/final-revision
Browse files Browse the repository at this point in the history
fall back to pip.
  • Loading branch information
devrimcavusoglu authored Oct 14, 2024
2 parents 267631f + cf8d145 commit 3acfa5f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ jobs:
key: ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/setup.py')}}
restore-keys: ${{ matrix.os }}-${{ matrix.python-version }}-

- name: Conda env create
- name: Update pip
run: |
conda env create -f environment.yml && conda init bash
python -m pip install --upgrade pip
pip install black==21.7b0 click==8.0.4 flake8==3.9.2 isort==5.9.2
- name: Lint with flake8 and black
run: |
source ~/.bashrc
conda activate disgem
python -m scripts.run_code_style check

0 comments on commit 3acfa5f

Please sign in to comment.