Skip to content

Commit

Permalink
Improvements in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Jan 23, 2022
1 parent 2d66134 commit 8a9319a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Upgrade Python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Test install
run: |
pip install .
make install
- name: Test run --version
run: |
mongotail --version
Expand Down

0 comments on commit 8a9319a

Please sign in to comment.