Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Feb 17, 2021
1 parent 338e021 commit f9ce671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
run: echo running on branch $github.ref
echo testing $github.ref
python -m pip install --upgrade pip
pip install .[dev]
- name: Lint
Expand Down

0 comments on commit f9ce671

Please sign in to comment.