Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Removed PROJECT_NAME
  • Loading branch information
craig8 committed May 10, 2023
1 parent 7248f5d commit 6f85d0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:
LANG: en_US.utf-8
LC_ALL: en_US.utf-8
PYTHON_VERSION: '3.10'
PROJECT_NAME: volttron-core

jobs:

Expand All @@ -47,7 +46,7 @@ jobs:

- name: Set up Python ${{ matrix.python }}
id: setup-python
uses: actions/setup-python@v2
uses: actions/setup-python@v4.6
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 6f85d0c

Please sign in to comment.