Shahzeb Siddiqui

Results 46 comments of Shahzeb Siddiqui

I am having similar issue, i tried to setup a similar GitHub action to make changes on ``push`` or ``pull_request``. See https://github.com/HPC-buildtest/buildtest-framework/blob/devel/.github/workflows/black.yml When i got this configured and looking at...

So i updated my github action as follows: ``` name: Black Formatter on: [push, pull_request] jobs: black-format: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Black Code Formatter uses: lgeiger/black-action@master...

should I remove the section ``` with: args: ". --check" ``` to disable check. Is there an example github action that i can reference. I'd like to get rid of...

i dont see any output ``` (buildtest) [DOE-7086392:~/Documents/buildtest] siddiq90% setenv _ARC_DEBUG 1 (buildtest) [DOE-7086392:~/Documents/buildtest] siddiq90% echo $_ARC_DEBUG 1 (buildtest) [DOE-7086392:~/Documents/buildtest] siddiq90% eval `register-python-argcomplete --shell tcsh buildtest` (buildtest) [DOE-7086392:~/Documents/buildtest] siddiq90% buildtest...

ill test it once there is new release. Sorry bit overwhelmed right now.

I ran into same issue i had to run ``` autoload -Uz compinit compinit ``` I am using following version on a Mac ``` (buildtest) siddiq90@DOE-7086392 buildtest % zsh --version...

@koomie please use https://buildtest.readthedocs.io/en/latest/ for documentation. Please let me know when you start working on this. I will try to keep documentation up to date.

Hi @crbaird, buildtest makes use of fstrings which was introduced in version 3.6 see https://docs.python.org/3/whatsnew/3.6.html. It was introduced in https://www.python.org/dev/peps/pep-0498 I believe the error you are getting is due to...

oh yea, can you please not use version 0.6.3. Is it okay to use the master branch. You should be able to download via https://github.com/HPC-buildtest/buildtest-framework/archive/master.zip As per the installation its...

Sure I can make a tag for openhpc release. Please tell me the release number and i will name the tag accordingly. I'll tag against Master branch On Wed, Oct...