Skip to content

Commit

Permalink
wip: more testing, double python usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers committed Jul 13, 2024
1 parent 65ee12c commit a4ead88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup-ci-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ runs:
--mongodb_password="github_ci"
--mongodb_service_hostname="mongodb"
shell: bash
- name: lol
run: ls
shell: bash

6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
steps:
- name: Checking out repository
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Setup Env
uses: ./.github/actions/setup-ci-env
- name: hahaha
run: ls

0 comments on commit a4ead88

Please sign in to comment.