Skip to content

Commit

Permalink
fall back to pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu committed Oct 14, 2024
1 parent 1bfd3f9 commit cf8d145
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 cf8d145

Please sign in to comment.