Skip to content

Commit

Permalink
Merge pull request #43 from statisticsnorway/add-venv
Browse files Browse the repository at this point in the history
Add venv to install packages
  • Loading branch information
mallport authored Nov 26, 2024
2 parents 7506f14 + b94c623 commit ebbabfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kildomaten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Clone test scripts
if: ${{ needs.fetch_sources.outputs.all_sources_deleted != 'true' }}
run: |
git clone -b v3.0.0 https://github.com/statisticsnorway/dapla-source-data-processor-build-scripts
git clone -b v3.0.1 https://github.com/statisticsnorway/dapla-source-data-processor-build-scripts
- name: Run tests for ${{ matrix.source }}
if: ${{ needs.fetch_sources.outputs.all_sources_deleted != 'true' }}
run: |
Expand Down
3 changes: 3 additions & 0 deletions analyze_source_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# Exit on error
set -e

python -m venv env
source ./env/bin/activate

# Install test requirements
cd /workspace/dapla-source-data-processor-build-scripts/tests
python -m pip install -r requirements.txt
Expand Down

0 comments on commit ebbabfe

Please sign in to comment.