Skip to content

Commit

Permalink
Testing wiitout pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 11, 2023
1 parent 864f349 commit aee829f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade flake8 pipenv
python -m pip install --upgrade flake8
- name: Lint with flake8
run: |
Expand All @@ -35,8 +35,8 @@ jobs:
- name: Test with pytest
working-directory: ../.
run: |
pipenv install --dev
pipenv run python -m pytest
python -m pip install pytest
python -m pytest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -52,4 +52,4 @@ jobs:
with:
context: .
push: true
tags: ${{secrets.DOCKER_USER}}/sausage_bot:latest
tags: ${{secrets.DOCKER_USER}}/sausage_bot:${{ github.run_number }}

0 comments on commit aee829f

Please sign in to comment.