Skip to content

Commit

Permalink
test v5 of setup python revert node js flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFerMa committed Oct 10, 2024
1 parent 7f838de commit cfe569d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
package:
name: Build and upload
runs-on: ubuntu-20.04
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20: true
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion lobster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# License along with this program. If not, see
# <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (0, 9, 22)
VERSION_TUPLE = (0, 9, 23)
VERSION_SUFFIX = "dev"

LOBSTER_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
Expand Down

0 comments on commit cfe569d

Please sign in to comment.