Skip to content

Commit

Permalink
Fixing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Oct 8, 2023
1 parent 4848ff0 commit 312a010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
pwd
cd ..
python -m pip install --upgrade pip
pip install flake8
pip install -r requirements.txt
Expand All @@ -34,7 +34,6 @@ 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 312a010

Please sign in to comment.