Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yCobanoglu authored Nov 7, 2023
1 parent dac82f6 commit a23a751
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
gdown https://drive.google.com/uc?id=17vISNEucGkSyZSfWfu5eOrBtut2wXRJ6
cd ..
- name: Unit Tests
id: unit_tests
env:
CI: true
run: |
source .venv/bin/activate
pytest
docker:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [ test ]
Expand Down

0 comments on commit a23a751

Please sign in to comment.