Skip to content

Commit

Permalink
build: attempt at fixing ci, updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 4, 2020
1 parent 59f3f93 commit b91e719
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 104 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
shell: bash
run: |
source venv/bin/activate || source venv/Scripts/activate
poetry install # run again to ensure we have the correct version of PyInstaller
make package
- name: Package dmg
if: startsWith(runner.os, 'macOS')
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ dist/ActivityWatch.app: aw-qt/media/logo/logo.icns
pyinstaller --clean --noconfirm --windowed aw.spec

package:
pip install 'setuptools<45.0.0' # workaround for https://github.com/pypa/setuptools/issues/1963#issuecomment-573675633
mkdir -p dist/activitywatch
#
make --directory=aw-watcher-afk package
Expand Down
2 changes: 1 addition & 1 deletion aw-client
Submodule aw-client updated 1 files
+173 −162 poetry.lock
2 changes: 1 addition & 1 deletion aw-core
Submodule aw-core updated 1 files
+213 −202 poetry.lock
2 changes: 1 addition & 1 deletion aw-server
Submodule aw-server updated 1 files
+88 −91 poetry.lock
2 changes: 1 addition & 1 deletion aw-watcher-afk
Submodule aw-watcher-afk updated 2 files
+89 −90 poetry.lock
+1 −1 pyproject.toml
2 changes: 1 addition & 1 deletion aw-watcher-window
199 changes: 101 additions & 98 deletions poetry.lock

Large diffs are not rendered by default.

0 comments on commit b91e719

Please sign in to comment.