Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasturkoglu committed Jul 20, 2023
1 parent 6ae1649 commit 77cfef9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

runs-on: ubuntu-latest
env:
COUNT: $(python -u main.py)
COUNT: echo "python -u main.py"
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand All @@ -25,9 +25,6 @@ jobs:
env:
GITHUB: ${{ secrets.GITHUB }}
run: |
echo "python -u main.py" >> $INPUT_STORE
echo "Access direct: "
echo $INPUT_STORE
echo ${{env.COUNT}}
"python -u main.py"
- name: Send mail
Expand Down

0 comments on commit 77cfef9

Please sign in to comment.