Steve Arnold

Results 134 comments of Steve Arnold

Given some of the related issues with virtualenv folders, ignoring any directories in `.gitignore` should work.

We mainly use the app token for just a few specific job steps, in this case one for `gh` cli: ``` - name: Get GH token id: app_token uses: actions/create-github-app-token@v2...

Is this intended to work on macos(darwin) ? I guess I assumed the target platform was unix/POSIX but the current flock implementation fails on macos: ``` tests/test_tftpy.py::TestTftpyMisc::testStdin FAILED [ 97%]...

All my hardware runs Linux so I can only test things on macos/windows in Github CI. Also my main example consumer project is full of POSIX daemons that won't run...