diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f93374..ef967cc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,6 @@ jobs: python-version: ${{ matrix.python-version }} cache: 'pip' - - name: ApplicationTest with pytest + - name: path test run: | python path_test.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e2faf83 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +tqdm~=4.66.2