Skip to content

Commit

Permalink
Fix so CI installs required packages (#65)
Browse files Browse the repository at this point in the history
* fix cI

* typo
  • Loading branch information
tb06904 authored Nov 4, 2024
1 parent 737c955 commit 96e7c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gaffer-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Update Gaffer Version
run: |
newVersion=${{ github.event.milestone.title }}
bash update-versions.sh "${newVersion}"
- name: Update gafferpy
Expand All @@ -36,6 +35,7 @@ jobs:
curl -o spring-rest.jar https://repo.maven.apache.org/maven2/uk/gov/gchq/gaffer/spring-rest/$newVersion/spring-rest-$newVersion-exec.jar
java -Dgaffer.schemas=tests/road-traffic-example/schema -Dgaffer.storeProperties=tests/road-traffic-example/federatedStore.properties -Dgaffer.graph.config=tests/road-traffic-example/federatedGraphConfig.json -jar spring-rest.jar &
sleep 1m
pip install -r ./requirements.txt
python src/generate.py
rm spring-rest.jar
Expand Down

0 comments on commit 96e7c99

Please sign in to comment.