Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 8, 2023
1 parent dd42e1a commit 4848ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
pwd
python -m pip install --upgrade pip
pip install flake8
pip install -r requirements.txt
Expand All @@ -33,6 +34,7 @@ jobs:
env:
DISCORD_TOKEN: ${{secrets.DISCORD_TOKEN}}
run: |
pwd
python -m pytest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 4848ff0

Please sign in to comment.