Skip to content

Commit

Permalink
Merge pull request #115 from OpenDataManchester/announcement-bar
Browse files Browse the repository at this point in the history
updating ci to fix bug
  • Loading branch information
DsposalTom authored Nov 20, 2023
2 parents f7fb6dc + dc2777c commit f9ea3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.9
cache: "pip"
- run: pip install scikit-build
- run: pip install -r requirements.txt
- run: git config user.name github-actions
- run: git config user.email github-actions@github.com
Expand Down

0 comments on commit f9ea3cc

Please sign in to comment.