Skip to content

Commit

Permalink
fixed workklow
Browse files Browse the repository at this point in the history
  • Loading branch information
TjerkNan committed Oct 14, 2024
1 parent 3ab9c95 commit bc724b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_venv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:
- v*
jobs:
build:
strategy:
matrix:
python_version: ['3.11']
runs-on: ubuntu-22.04
steps:
- name: Install required libraries
run: sudo apt install -y libsystemd-dev
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV &&
echo "PKG_NAME=`basename $GITHUB_REPOSITORY -private`" >> $GITHUB_ENV

- name: Build venv package
uses: minvws/nl-irealisatie-generic-pipelines/.github/actions/python-venv-package@main
with:
Expand Down

0 comments on commit bc724b3

Please sign in to comment.