serpent-tools icon indicating copy to clipboard operation
serpent-tools copied to clipboard

BUG Py 3.9 github action not working

Open drewejohnson opened this issue 1 year ago • 2 comments

Summary of issue

See #465 test summary information. Py 3.9 hanging

Code for reproducing the issue

Actual outcome including console output and error traceback if applicable

Expected outcome

Versions

Please provide the following:

  • Version from serpentTools.__version__
  • Python version - python --version
  • IPython or Jupyter version if applicable
  • If using the development version, the output from git describe

drewejohnson avatar Oct 14 '22 17:10 drewejohnson

py3.9 testing is not on develop branch. The confusion between develop and master is too confusing and should be cleaned up.

@DanKotlyar I think this project is in need of some repository structure updates. What do you think about the following changes

  • new branch main that is in line with master
  • change default branch from develop to main

develop and master have diverged a lot. But, changes that have fixed various bugs are in master and have been / should be release

drewejohnson avatar Oct 14 '22 17:10 drewejohnson

@drewejohnson I am ok with these changes.

DanKotlyar avatar Oct 17 '22 23:10 DanKotlyar

@DanKotlyar I just pushed a branch called main off of master. You can verify they are identical branches with

git switch master
git pull
git diff origin/main

The diff will print out no difference

But I don't have the ability to make it the default branch, nor the protected branch for this repository. It looks like you or someone else with write (maybe admin level) permissions to this repository will need to do

drewejohnson avatar Nov 02 '22 13:11 drewejohnson