Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
thomas loubrieu committed Apr 13, 2023
2 parents 4803fd7 + fa28a39 commit 8fed4c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#
# Go to https://github.com/orgs/NASA-PDS/teams to find out about our teams

* @NASA-PDS/pdsen-python-committers
* @alexdunnjpl @tloubrieu-jpl @nutjob4life

# For more information on populating this file, check out
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
2 changes: 1 addition & 1 deletion .github/workflows/branch-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
-
name: Set up Python 3
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.9'
-
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dev =
behave==1.2.6
allure-behave==2.8.13
behave-testrail-reporter==0.4.0
pygit2==1.6.1
pygit2~=1.9.2
lxml-stubs
pandas-stubs
types-flask
Expand Down

0 comments on commit 8fed4c2

Please sign in to comment.