Skip to content

Commit

Permalink
test: testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
jesrypandawa committed Jun 9, 2022
1 parent d05b55e commit 47f4dd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Zip Python Udf
run: |
zip -r python_udfs.zip dagger-py-functions/udfs -x "*/__init__.py"
zip -r data.zip dagger-py-functions/data
zip -r dagger-py-functions.zip dagger-py-functions/requirements.txt data.zip python_udfs.zip
zip -rD python_udfs.zip dagger-py-functions/udfs -x "*/__init__.py"
zip -rD data.zip dagger-py-functions/data
zip -rD dagger-py-functions.zip dagger-py-functions/requirements.txt data.zip python_udfs.zip
- name: Upload Release
uses: ncipollo/release-action@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion dagger-py-functions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest==7.1.2
pytest==7.1.2
flake8==4.0.1
Empty file removed python-functions/test/__init__.py
Empty file.
7 changes: 0 additions & 7 deletions python-functions/test/scalar/sample_test.py

This file was deleted.

0 comments on commit 47f4dd2

Please sign in to comment.