Skip to content

Commit

Permalink
Fix ci/cd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniz committed May 7, 2023
1 parent 020e6dd commit 3db0ec4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-daum-ac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.x'
- run: (cd workflow; python -m unittest test_workflow.MyTestCase; )
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "alfred-pyworkflow"]
path = alfred-pyworkflow
url = git@github.com:harrtho/alfred-pyworkflow.git
url = git@github.com:Kuniz/alfred-pyworkflow.git
2 changes: 1 addition & 1 deletion alfred-pyworkflow

0 comments on commit 3db0ec4

Please sign in to comment.